Slider.IncreaseSmall Property

Definition

Gets a command that increases the value of the slider by the same amount as the SmallChange property.

public:
 static property System::Windows::Input::RoutedCommand ^ IncreaseSmall { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand IncreaseSmall { get; }
static member IncreaseSmall : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property IncreaseSmall As RoutedCommand

Property Value

Returns the RoutedCommand that increases the value of the slider by the same amount as the SmallChange property. The default InputGesture objects for this command are Up and Right.

Remarks

If the IsDirectionReversed property is set to true, the InputGesture objects for this command are Down and Left and Slider.

The default value of the SmallChange property is (0.1).

XAML Attribute Usage

<object property="Slider.IncreaseSmall"/>

Applies to