DashedLineStyle.Dashes Property
Gets the length of the dashes and the spaces between the dashes.
Syntax
public DoubleCollection Dashes { get; }
Property Value
Default: [8, 8]
The lengths of dashes and spaces in the line style.
Remarks
The Dashes property defines a number of lines, and spaces between the lines, that will be repeated along a line. For example, the default [ 8, 8 ] defines a line style that will repeat an 8 pixel long line and 8 pixel long space along a line.
Platforms
Windows, Linux, Android