ButtonStyle
Represents the appearance of a Button.
π Constructor
Type | Name | Description |
---|---|---|
NormalBrush? | Button appearance when the button is not hovered or pressed. | |
HoveredBrush? | Button appearance when hovered. | |
PressedBrush? | Button appearance when pressed. | |
NormalPadding? | Padding that accounts for the border in the button's background image. | |
PressedPadding? | Same as NormalPadding but used when the button is pressed. |
Last updated