<esriSymbols:MarkerSymbol x:Name="SinglePole" OffsetX="6" OffsetY="6" > <esriSymbols:MarkerSymbol.ControlTemplate> <ControlTemplate> <Grid RenderTransformOrigin="0.5,0.5" Width="12" Height="12" > <Grid.RenderTransform> <RotateTransform Angle ="{Binding Attributes[ROTATION]}" /> </Grid.RenderTransform> <Ellipse Fill="Black" Stroke="Black" Height="6" HorizontalAlignment="Left" Margin="3,3,0,0" VerticalAlignment="Top" Width="6"/> <Path Fill="Black" Stretch="Fill" Stroke="Black" Height="1" VerticalAlignment="Bottom" UseLayoutRounding="False" Data="M0,0 L12,0" Margin="0,0.749,0,0"/> </Grid> </ControlTemplate> </esriSymbols:MarkerSymbol.ControlTemplate> </esriSymbols:MarkerSymbol>
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.