Slider.DecreaseSmall Propriété

Définition

Obtient une commande qui réduit la valeur du Slider du même montant que la propriété SmallChange.

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

Valeur de propriété

RoutedCommand

RoutedCommand qui réduit la valeur du Slider du même montant que la propriété SmallChange. Les objets InputGesture par défaut sont Down et Left.

Remarques

Si la IsDirectionReversed propriété est définie truesur , les InputGesture objets sont Up et Right.

La valeur par défaut de la SmallChange propriété est (0.1).

Utilisation d'attributs XAML

<object property="Slider.DecreaseSmall"/>

S’applique à