LineObject.Pen Property | |
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
public virtual Usual Pen { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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