Window.Origin Property (Typed) | |
The point representing the new location of this 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
public virtual Point Origin { get; set; }
Request Example
View SourceProperty Value
Type:
PointThe point representing the new location of this window, in the canvas coordinates of its owner.
Implements
OriginExamples
The following example sets the origin of a window object:
1oWin:Origin := Point{nLeft,nBottom}
See Also