Pattern of this pen.

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

Syntax

C#
public DashPattern Pattern { get; set; }
Visual Basic
Public Property Pattern As DashPattern
	Get
	Set

Remarks

The pattern is an array of integers that specify alternating lengths of ink followed by no-ink. Please see DashPattern for more information.

See Also