DrawWidth Property
Object List Next Object
Defined By: Drawable
Description:
Determines the line thickness for output resulting from graphics methods.
Settings:
DrawWidth values can range from 1 to 32,767 pixels, inclusive. The default is
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 result in a solid line. Note that this
does not change the actual DrawStyle property value. When DrawWidth=1,
DrawStyle produces the expected results.
Data Type: Integer
See Also:
DrawMode property, DrawStyle property, FillColor property, FillStyle property