minIconSize([min_size])
Class: Button. Method inherited from UIComponent.
Description:
Gets or sets the minimum size of the icon's largest side (in pixels).
If the icon's largest side is smaller than the specified minimum, it will be scaled up proportionally.
Applies to Button, Label, List, and ComboBox.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
number |
Sets the minimum size of a larger side of icon. |
Returns:
If called without arguments, returns number value, otherwise returns this component instance.
Type: number | Object
