Gets or sets the size and location of the window
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Rectangle Bounds { get; set; }
Public Property Bounds As Rectangle
Get
Set
member Bounds : Rectangle with get, set
Property Value
Type:
RectangleThe bounding rectangle of the window
See Also