Click or drag to resize

ThemedControlHandler<TControl, TWidget, TCallback>.Location 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

Control.IHandler.Location
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