Select to view content in your preferred language

FillSymbol with dashed outline

701
3
06-06-2010 01:17 AM
BrianBorg
Emerging Contributor
I am using api version 1.2 and I want to create a fill symbol with a dashed border. Any help please
0 Kudos
3 Replies
DominiqueBroux
Esri Frequent Contributor
You can create your own custom symbol and set the property StrokeDashArray as you want.
0 Kudos
BrianBorg
Emerging Contributor
I know but how I can create it in c#. I have created some custom symbols in xaml and are in the resources but can I create it in c#?
0 Kudos
dotMorten_esri
Esri Notable Contributor
You can only create it by parsing in the xaml as a string to XamlReader.Load("<ControlTemplate xmlns=....");
0 Kudos