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

  1. Dash

  2. Dot

  3. Dash-dot

  4. Dash-dot-dot

  5. Transparent

  6. 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