ThemedControlHandlerTControl, TWidget, TCallbackLocation Property |
Gets the location of the control as positioned by the container
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual Point Location { get; }
Public Overridable ReadOnly Property Location As Point
Get
abstract Location : Point with get
override Location : Point with get
Property Value
Type:
PointThe current location of the control
Implements
ControlIHandlerLocationRemarks A control's location is set by the container.
This can be used to determine where the control is for overlaying floating windows, menus, etc.
See Also