DrawStyle Property
Object List Next Object
Defined By: Drawable
Description:
Determines the line style for shapes being drawn.
Settings:
If DrawWidth=1, then the following settings apply:
Setting DrawStyle Description
0 (Default) Solid
- Dash
- Dot
- Dash-dot
- Dash-dot-dot
- Transparent
- Inside solid
Details:
DrawStyle affects only those shapes currently being drawn and not those that
already exist.
DrawWidth controls the line thickness for shapes. A solid line will result for
DrawStyles 1 through 4 if DrawWidth is set to a value greater than 1.
Data Type: Enum - PenStyleType
See Also:
DrawMode property, FillColor property, FillStyle property, DrawColor property, LineTo method