Window.Pen Property | |
The pen assigned to the window and used in subsequent line and rectangle drawing operations; it should not be deleted while it is the current selection.
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:
UsualThe pen assigned to the window and used in subsequent line and rectangle drawing operations; it should not be deleted while it is the current selection.
See Also