Click or drag to resize

WindowBounds Property

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; }

Property Value

Type: Rectangle
The bounding rectangle of the window
See Also