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>
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.