Click or drag to resize

ControlBounds Property

Gets the bounding rectangle of this control relative to its container

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Rectangle Bounds { get; }

Property Value

Type: Rectangle
The bounding rectangle of the control
See Also