
Visual Basic (Declaration) | |
---|---|
Public Class SliderCommands |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SliderCommands |
C# | |
---|---|
public class SliderCommands |
Delphi | |
---|---|
public class SliderCommands |
JScript | |
---|---|
public class SliderCommands |
Managed Extensions for C++ | |
---|---|
public __gc class SliderCommands |
C++/CLI | |
---|---|
public ref class SliderCommands |
UXSliderBar is built around the commanding semantics which allows the value changing interaction to be executed through declarative definition in the XAML markup. The commanding semantics is also an ideal approach for MVVM pattern development.
UXSliderBar already includes several predefined commands to change the selected value that you can use in your application.
-
DecreaseSmall
Gets a command that decreases the value of the UXSliderBar by the same amount as the SmallChange property.
DecreaseSmall command will be invoked when you perform the following action:
- Press the left handle button in horizontal UXSliderBar or the bottom handle button in vertical UXSliderBar.
- Press the left or down keyboard key.
-
DecreaseLarge
Gets a command that decreases the value of the UXSliderBar by the same amount as the LargeChange property.
DecreaseLarge command will be invoked when you perform the following action:
- Press the decrease button.
- Press the PageDown keyboard key.
-
IncreaseSmall
Gets a command that increases the value of the UXSliderBar by the same amount as the SmallChange property.
IncreaseSmall command will be invoked when you perform the following action:
- Press the right handle button in horizontal UXSliderBar or the top handle button in vertical UXSliderBar.
- Press the right or down keyboard key.
-
IncreaseLarge
Gets a command that increases the value of the UXSliderBar by the same amount as the LargeChange property.
IncreaseLarge command will be invoked when you perform the following action:
- Press the increase button.
- Press the PageUp keyboard key.
-
Minimize
Gets a command that sets the value of UXSliderBar to the value of Minimum property.
Minimize command will be invoked when you press the Home keyboard key.
-
Maximize
Gets a command that sets the value of UXSliderBar to the value of Maximum property.
Maximize command will be invoked when you press the End keybord key.
Intersoft.Client.UI.Aqua.UXInput.SliderCommands
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family