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>
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.