Click or drag to resize

Window.Size Property (Typed)

X#
The dimension representing the size of this window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Size AS Dimension GET SET 
Request Example View Source

Property Value

Type: Dimension
The dimension representing the size of this window.

Implements

Size
Examples
The following example sets the size of a window object:
X#
1oWin:Size := Dimension{nWidth,nHeight}
See Also