markerSymbol.OffsetX = 0; markerSymbol.OffsetY = 0;
markerSymbol.SetValue(MarkerSymbol.OffsetXProperty, 0); markerSymbol.SetValue(MarkerSymbol.OffsetYProperty, 0);
<ControlTemplate x:Key="SimpleMarkerSymbol_Triangle"> <TextBlock Text="�?�" RenderTransformOrigin="0.5,0.5" FontFamily="Arial" FontSize="{Binding Path=Symbol.Size, Converter={StaticResource multiplicationConverter}, ConverterParameter=1.5, Mode=OneWay}" Foreground="{Binding Symbol.Color}" /> </ControlTemplate>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.