Перейти к основному содержимому
Версия: 11.0.0

Button Spinner

The button spinner presents a control that includes buttons for spin-up and spin-down. The content of this button is flexible, but you will have to code quite a lot of the behavior.

Useful Properties

You will probably use these properties most often:

PropertyDescription
ButtonSpinnerLocationLocation of the spinner buttons: left or right.
ValidSpinDirectionUsed to limit spin direction: increase, decrease or none.

Example

<ButtonSpinner Height="20" Width="130" ButtonSpinnerLocation="Left">
123
</ButtonSpinner>

More Information

к сведению

For the complete API documentation about this control, see here.

к сведению

View the source code on GitHub ButtonSpinner.cs