ButtonIHandlerMinimumSize Property |
Gets or sets the minimum size for the button.
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:
SizeRemarks
Each platform may have a different initial minimum size set for buttons to match their standard sizes.
Setting this to
Empty is useful when you want the button to shrink to fit the size
of the specified
Image and/or
Text.
See Also