ButtonMinimumSize Property  | 
 
            Gets or sets the minimum size for the button.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic Size MinimumSize { get; set; }Public Property MinimumSize As Size
	Get
	Set
member MinimumSize : Size with 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