I'm developing a WPF application. One of my requirements is to have polygon borders drawn with a dash-dot-dash style. Is there a way to accomplish that in the client side?
So far I've tried:
var graphic = new Graphic(); graphic.Symbol = new SimpleFillSymbol { BorderBrush = new SolidColorBrush(Color.FromArgb(255, 255, 0, 255)), BorderThickness = 5 }
أكثر...
So far I've tried:
var graphic = new Graphic(); graphic.Symbol = new SimpleFillSymbol { BorderBrush = new SolidColorBrush(Color.FromArgb(255, 255, 0, 255)), BorderThickness = 5 }
أكثر...