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>
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.