Gets or sets the width of this Pen.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public float Width { get; set; }
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.