Gets/sets style used for dashed lines drawn with this pen.

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

Syntax

Visual Basic

Public Property DashStyle As DashStyle

C#

public DashStyle DashStyle { get; set; }

Property Value

DashStyle value representing dash style of the pen.

Remarks

Due GDI limitation you cannot use other dash style than Solid when pen width differs from 1.

Default value is Solid.