Pen.Width Property
Gets or sets the width of the lines drawn with the Pen.
Thread safety: This property is not thread-safe.
Syntax
public System.Double Width { get; set; }
Property Value
Type: System.Double
Default: 1.0
The width of the lines drawn with the pen.
Default: 1.0
The width of the lines drawn with the pen.
Remarks
The length unit is determined by the ScalingStroke property.
Platforms
Windows, Linux, Android