How can I apply LineStyle (taken from the symbol's Style property) to the Path in my ControlTemplate? Could you share the SimpleLineSymbol default ControlTemplate?
<ControlTemplate> <Path x:Name="Element" Stroke="{Binding Symbol.Color}" StrokeThickness="{Binding Symbol.Width}" StrokeDashCap="Flat" StrokeStartLineCap="Flat" StrokeEndLineCap="Flat" StrokeLineJoin="Round" StrokeDashArray="5,1" /> </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.