Click or drag to resize

LineObject.Pen Property

X#
A pen associated with this LineObject object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Pen AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A pen associated with this LineObject object.
Remarks
A pen associated with this LineObject object. The most common reason to change the pen is to redraw an existing line temporarily in a different color to highlight the fact that the user has selected that line. In Windows, the pen specified by oPen should not be deleted while it is selected.
See Also