Window.Pen Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Pen AS Pen GET SET
public virtual Pen Pen { get; set; }
Request Example
View SourceProperty Value
Type:
PenThe 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