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; }
Public Property MinimumSize As Size
Get
Set
member MinimumSize : Size with get, set
Property Value
Type:
SizeThe minimum size.
See Also