Element representing a UI spinbox for setting a numeric value within a certain range.
Properties:
Name | Type | Description |
---|---|---|
minValue |
number | (default: |
maxValue |
number | (default: |
value |
number | (default: |
stepSize |
number | (default: |
styleOfBackground |
template | The background style template. |
styleOfLeftEdge |
template | The left edge style template. |
styleOfRightEdge |
template | The right edge style template. |