Intersoft.Client.UI.Aqua.UXInput Namespace : SliderCommands Class |
Public Class SliderCommands
Dim instance As SliderCommands
public class SliderCommands
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.
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:
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:
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:
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:
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.
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.
System.Object
Intersoft.Client.UI.Aqua.UXInput.SliderCommands
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2