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; }
Public ReadOnly Property Bounds As Rectangle
Get
member Bounds : Rectangle with get
Property Value
Type:
RectangleThe bounding rectangle of the control
See Also