Pattern of this pen.

Namespace: TallComponents.PDF.Pens
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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