Pen.DashStyle Property

Gets or sets the style used for dashed lines drawn with this Pen.

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

Syntax

C#
public DashStyle DashStyle { get; set; }

Property Value

A System.Drawing.Drawing2D.DashStyle that represents the style used for dashed lines drawn with this Pen. The default value is Solid.

Remarks

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

See Also

Reference