Pen.Width Property

Gets or sets the width of this Pen.

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

Syntax

C#
public float Width { get; set; }

Property Value

The width of this Pen. The default value is 1.

Remarks

The width is measured in the same units as the Graphics it is used at. It also uses the resolution of this Graphics.

Due to GDI limitation you can use other dash style than Solid only when pen width is 1.

See Also

Reference