ApiButtonWidget
Represents the ApiButtonWidget class.
Methods
| Method | Returns | Description |
|---|---|---|
| GetBehavior | ButtonBehavior | Gets button widget behavior. |
| GetClassType | "page" | Returns a type of the ApiButtonWidget class. |
| GetIconXPos | percentage | Gets button widget icon x position. |
| GetIconYPos | percentage | Gets button widget icon y position. |
| GetLabel | string | Gets label from button widget field. |
| GetLayout | ButtonLayout | Gets button widget layout type |
| GetScaleHow | ButtonScaleHow | Gets button widget scale when type |
| GetScaleWhen | ButtonScaleWhen | Gets button widget scale when type |
| IsFitBounds | boolean | Checks if button widget is fit bounds. |
| SetBehavior | boolean | Sets button widget behavior. |
| SetFitBounds | boolean | Sets button widget fit bounds. |
| SetIconXPos | boolean | Sets button widget icon x position. |
| SetIconYPos | boolean | Sets button widget icon y position. |
| SetImage | boolean | Sets image to button widget field. |
| SetLabel | boolean | Sets label to button widget field. |
| SetLayout | boolean | Sets button widget layout type |
| SetScaleHow | boolean | Sets button widget scale how type |
| SetScaleWhen | boolean | Sets button widget scale when type |