Click or drag to resize

DataWindow.Size Property (Typed)

X#
The dimension representing the size of this data window in canvas coordinates.

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 data window in canvas coordinates.

Implements

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