Window.Origin Property | |
The point representing the new location of this window, in the canvas coordinates of its owner.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Origin AS USUAL GET SET
public virtual Usual Origin { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe point representing the new location of this window, in the canvas coordinates of its owner.
Examples
The following example sets the origin of a window object:
1oWin:Origin := Point{nLeft,nBottom}
See Also