ButtonStyle

Represents the appearance of a Button.


πŸ›  Constructor

ButtonStyle(
    NormalBrush?, 
    HoveredBrush?, 
    PressedBrush?, 
    NormalPadding?, 
    PressedPadding?
)
TypeNameDescription

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