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