Color As Long (read/write)
Specifies a pen color, e.g. &HFF0000 for red. 0 (black) by default.
Affects the color of a line, bar, circle, ellipse and arc.
See also: Chapter 5 - Drawing & Typing.
Opacity As Single (read/write)
Specifies pen opacity. A float value between 0 and 1 must be specified.
1 corresponds to full opacity, 0 to full transparency.
This property affects the method DrawLineEx only.
This property was introduced in Version 2.1.
See also: Section 5.4 - Anti-aliased Drawing Routines.
Width As Long (read/write)
Specifies a pen width. Affects the border width of a line, bar, circle, ellipse and arc. 1 by default.
See also: Chapter 5 - Drawing & Typing.