Click or drag to resize

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 Value

Type: Size
Remarks
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