Click or drag to resize

WindowResizable Property

Gets or sets a value indicating whether this Window is resizable.

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

Property Value

Type: Boolean
true if resizable; otherwise, false.
See Also