<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Create composite symbol in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/create-composite-symbol/m-p/327017#M3860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN lang="en"&gt;I need to create a composite symbol based on bitmap and text, which should be in the lower right corner of the bitmap. When creating a symbol with standard text, the text is inserted into the center. How to put it in the lower right corner?

PictureMarkerSymbol _ps = new PictureMarkerSymbol(new Uri(pathStr));
 var textsymbol = new TextSymbol()
 {

 HorizontalAlignment = Esri.ArcGISRuntime.Symbology.HorizontalAlignment.Right,
 VerticalAlignment = Esri.ArcGISRuntime.Symbology.VerticalAlignment.Bottom,

 Text = count.ToString(),
 FontFamily = "Arial",
 Size = 9,
 Color = Colors.Red,
 FontStyle = Esri.ArcGISRuntime.Symbology.FontStyle.Oblique

 };
 csymbol.Symbols.Add(_ps);
 csymbol.Symbols.Add(textsymbol);
 Symbol symbol = csymbol;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 15:30:12 GMT</pubDate>
    <dc:creator>YuriGvozdev</dc:creator>
    <dc:date>2021-12-11T15:30:12Z</dc:date>
    <item>
      <title>Create composite symbol</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-composite-symbol/m-p/327017#M3860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN lang="en"&gt;I need to create a composite symbol based on bitmap and text, which should be in the lower right corner of the bitmap. When creating a symbol with standard text, the text is inserted into the center. How to put it in the lower right corner?

PictureMarkerSymbol _ps = new PictureMarkerSymbol(new Uri(pathStr));
 var textsymbol = new TextSymbol()
 {

 HorizontalAlignment = Esri.ArcGISRuntime.Symbology.HorizontalAlignment.Right,
 VerticalAlignment = Esri.ArcGISRuntime.Symbology.VerticalAlignment.Bottom,

 Text = count.ToString(),
 FontFamily = "Arial",
 Size = 9,
 Color = Colors.Red,
 FontStyle = Esri.ArcGISRuntime.Symbology.FontStyle.Oblique

 };
 csymbol.Symbols.Add(_ps);
 csymbol.Symbols.Add(textsymbol);
 Symbol symbol = csymbol;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:30:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-composite-symbol/m-p/327017#M3860</guid>
      <dc:creator>YuriGvozdev</dc:creator>
      <dc:date>2021-12-11T15:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create composite symbol</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-composite-symbol/m-p/327018#M3861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use &lt;STRONG&gt;OffsetX/OffsetY&lt;/STRONG&gt;&amp;nbsp; within the TextSymbol constructor to position the text inside the bitmap.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference//html/T_Esri_ArcGISRuntime_Symbology_TextSymbol.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference//html/T_Esri_ArcGISRuntime_Symbology_TextSymbol.htm"&gt;TextSymbol Class&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 03:22:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-composite-symbol/m-p/327018#M3861</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-06-23T03:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create composite symbol</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-composite-symbol/m-p/327019#M3862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="" data-fulltext="" data-placeholder="Перевод" dir="ltr" style="color: #212121; background-color: #ffffff; border: none; font-size: 29px !important; padding: 0px 0.14em 0px 0px;"&gt;&lt;SPAN lang="en"&gt;I already found this solution myself. Thank you.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 02:08:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-composite-symbol/m-p/327019#M3862</guid>
      <dc:creator>YuriGvozdev</dc:creator>
      <dc:date>2017-06-26T02:08:18Z</dc:date>
    </item>
  </channel>
</rss>

