Click or drag to resize

Window.Pen Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: Pen
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.
See Also