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>
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.