Updated ButtonSpinner (markdown)

master
DianeXceed 9 years ago
parent
commit
4af2648dae
  1. 4
      ButtonSpinner.md

4
ButtonSpinner.md

@ -3,11 +3,11 @@ Derives from Xceed.Wpf.Toolkit.Spinner
The ButtonSpinner control allows you to add button spinners to any element and then respond to the Spin event to manipulate that element. The Spin event lets the developer know which direction the buttons are spinning; SpinDirection.Increase indicates an increment, SpinDirection.Decrease indicates a decrement. The ButtonSpinner control allows you to add button spinners to any element and then respond to the Spin event to manipulate that element. The Spin event lets the developer know which direction the buttons are spinning; SpinDirection.Increase indicates an increment, SpinDirection.Decrease indicates a decrement.
![](ButtonSpinner_buttonspinner.png) [[ButtonSpinner_buttonspinner.png]]
You can wrap any element by placing it inside the content area of the ButtonSpinner control. As an example, lets create our own simple numeric up/down control You can wrap any element by placing it inside the content area of the ButtonSpinner control. As an example, lets create our own simple numeric up/down control
![](ButtonSpinner_buttonspinner_numeric.png) [[ButtonSpinner_buttonspinner_numeric.png]]
**XAML** **XAML**
``` ```

Loading…
Cancel
Save