Click or drag to resize

PanelMinimumSize Property

Gets or sets the minimum size of the panel.

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

Property Value

Type: Size
The minimum size.
See Also