DrawWidth Property
Object List Next Object
Defined By: Printer
Description:
Determines the line thickness for output resulting from graphics methods.
Settings:
The value of DrawWidth ranges from 1 to 32,767, inclusive. This value
represents the thickness of the line in pixels. The default is 1(1 pixel wide).
Details:
Use this property to increase and decrease the width of the line that appears
around shapes drawn on Forms and Drawables. If DrawWidth is set to a value
greater than 1, then DrawStyles 1 through 4 produce a solid line. The DrawStyle
property value, however, remains unchanged. A DrawWidth of 1 allows the DrawStyle
to produce the expected results.
Data Type: Integer
See Also:
DrawMode property, DrawStyle property, FillColor property, FillStyle property