Click or drag to resize

DataWindow.Origin Property (Typed)

X#
The point representing the new location of this data window, in the canvas coordinates of its owner.

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

Property Value

Type: Point
The point representing the new location of this data window, in the canvas coordinates of its owner.

Implements

Origin
Examples
The following example sets the origin of a data window object:
X#
1oDW:Origin := Point{nLeft,nBottom}
See Also