Slider.DecreaseSmall Property

Definition

Gets a command that decreases the value of the Slider by the same amount as the SmallChange property.

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

Property Value

The RoutedCommand that decreases the value of the Slider by the same amount as the SmallChange property. The default InputGesture objects are Down and Left.

Remarks

If the IsDirectionReversed property is set to true, the InputGesture objects are Up and Right.

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

XAML Attribute Usage

<object property="Slider.DecreaseSmall"/>

Applies to