Style property

Returns or sets the line style for the pen. Read/write. Constant.
Line styles only apply to lines that have a width of 1. Wider lines are always solid.
Syntax
pen
.
Style
[
= lineStyle
]
where
pen
- is a Pen object or an expression that evaluates to a Pen object.
lineStyle
- is a constant of the type RSTlineStyles that specifies the style the pen's line will be drawn in.
Remarks
Visual Basic5 offers a Quick List feature to display a list of what may appear at an insertion point, for example,
My Pen.Style =
If you place the insertion point after the = sign and press Ctrl and Spacebar, a list of line styles appears.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal