Gets or sets the line width for output from graphics methods.
Read-write property
Visual Basic |
---|
Public Property DrawWidth As Long |
A long value which represents the line width for output.
A numeric expression from 1 through 32,767. This value represents the width of the line in pixels (or dots).
Increase the value of this property to increase the width of the line. If the DrawWidth property setting is greater than 1, DrawStyle property settings 1 through 4 produce a solid line (the DrawStyle property value is not changed). Setting DrawWidth to 1 allows DrawStyle to produce the results shown in the DrawStyle enumeration.