PenWidth Property

Gets or sets the width of the Pen.
Default value: the width that was passed to the constructor, or 1, if it was not specified.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
C#
public float Width { get; set; }

Property Value

Single

Remarks

A with of 1/64 or less is not visible. If FastThinLines is and AntiAliasing is , then a width less than 1/4 is not visible.

See Also