Pen.DashPattern Property

Gets or sets the dash pattern of this Pen.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public float[] DashPattern { get; set; }

Property Value

The array representing a sequence of painted and unpainted units.

See Also

Reference