The pattern of dashes.

Namespace: TallComponents.PDF.Layout.Pens
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public double[] Dashes { get; set; }
Visual Basic
Public Property Dashes As Double()
	Get
	Set

Remarks

Should be all non zero and non negative values.

See Also