Is this something ESRI might address with the next release?
<esri:LineSymbol x:Key="RedLineSymbol" Color="Red" Width="40" > <esri:LineSymbol.ControlTemplate> <ControlTemplate> <Canvas> <Path x:Name="Element" Stroke="{Binding Symbol.Color}" StrokeThickness="{Binding Symbol.Width}" StrokeDashCap="Round" StrokeStartLineCap="Round" StrokeLineJoin="Round" StrokeEndLineCap="Round"/> </Canvas> </ControlTemplate> </esri:LineSymbol.ControlTemplate> </esri:LineSymbol>
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.