Click or drag to resize

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; }

Property Value

Type: Point
The current location of the control

Implements

ControlIHandlerLocation
Remarks
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