From 4af2648dae13d2648ff67da2a224b4f5b3d69fd3 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Wed, 21 Jun 2017 12:47:08 -0400 Subject: [PATCH] Updated ButtonSpinner (markdown) --- ButtonSpinner.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ButtonSpinner.md b/ButtonSpinner.md index 854818d..24d9e07 100644 --- a/ButtonSpinner.md +++ b/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. -![](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 -![](ButtonSpinner_buttonspinner_numeric.png) +[[ButtonSpinner_buttonspinner_numeric.png]] **XAML** ```