[]
Gets or sets the dash-array of the tree-lines.
public IEnumerable<double> TreeLinesDashArray { get; set; }
Public Property TreeLinesDashArray As IEnumerable(Of Double)
The dash-array is used by the Microsoft.Graphics.Canvas.CanvasDrawingSession pen, which draw the lines, and the way the collection of double's is used maps directly to the platform native implementation.