SpinBoxStyle

Represents the appearance of a SpinBox.


πŸ›  Constructor

SpinBoxStyle(
    Background?, 
    HoveredBackground?, 
    ActiveBackground?, 
    ActiveFill?,
    HoveredFill?,
    InactiveFill?,
    Arrow?,
    TextPadding?,
    InsetPadding?
)
TypeNameDescription

Background?

Brush used to draw the background of the spinbox

HoveredBackground?

Brush used to draw the background of the spinbox when it's hovered over

ActiveBackground?

ActiveFill?

Brush used to fill the spinbox when it's active

HoveredFill?

Brush used to fill the spinbox when it's hovered and not active

InactiveFill?

Brush used to fill the spinbox when it's inactive

TextPadding?

Padding to add around the spinbox and its text

InsetPadding?

Padding between the background brush and the fill brush

Last updated