Click or drag to resize

ControlLocation 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 Point Location { get; }

Property Value

Type: Point
The current location of the control
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