Control.Origin Property (Typed) | |
A point representing the location of a control on its owner window, in canvas coordinates.
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:
PointA point representing the location of a control on its owner window, in canvas coordinates.
Implements
OriginSee Also