PanelIHandlerMinimumSize Property |
Gets or sets the minimum size of the panel.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Size MinimumSize { get; set; }
Property MinimumSize As Size
Get
Set
abstract MinimumSize : Size with get, set
Property Value
Type:
SizeThe minimum size.
See Also