Solved! Go to Solution.
Is there any way to create a SimpleFillSymbol with DashDot outline (border)?
<esri:FillSymbol BorderBrush="Red" BorderThickness="2" Fill="Green" > <esri:FillSymbol.ControlTemplate> <ControlTemplate> <Path x:Name="Element" Stroke="{Binding Symbol.BorderBrush}" StrokeThickness="{Binding Symbol.BorderThickness}" StrokeDashArray="5,3" Fill="{Binding Symbol.Fill}" /> </ControlTemplate> </esri:FillSymbol.ControlTemplate> </esri:FillSymbol>Is there any way to create a SimpleFillSymbol with DashDot outline (border)?
<esri:FillSymbol BorderBrush="Red" BorderThickness="2" Fill="Green" > <esri:FillSymbol.ControlTemplate> <ControlTemplate> <Path x:Name="Element" Stroke="{Binding Symbol.BorderBrush}" StrokeThickness="{Binding Symbol.BorderThickness}" StrokeDashArray="5,3" Fill="{Binding Symbol.Fill}" /> </ControlTemplate> </esri:FillSymbol.ControlTemplate> </esri:FillSymbol>