Pen.Dashes Property
Gets the collection that holds the lengths of the dashes of the Pen.
Syntax
public DoubleCollection Dashes { get; }
Property Value
Default: null
A collection with the lengths of all dashes.
Remarks
If the collection returned by this property contains values then lines drawn with this pen will be dashed. The list specifies the length of each dash and the following gap, and must contain an even number of values. Each value must be greater than zero. The value of the ScalingStroke property determines whether the lengths are specified in pixels or the length unit of the View.
Platforms
Windows, Linux, Android