Slider.IncreaseSmall Propriété

Définition

Obtient une commande qui augmente la valeur du curseur du même montant que la propriété SmallChange.

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

Valeur de propriété

Retourne le RoutedCommand qui augmente la valeur du curseur du même montant que la propriété SmallChange. Les objets InputGesture par défaut pour cette commande sont Up et Right.

Remarques

Si la IsDirectionReversed propriété a la valeur true, les InputGesture objets de cette commande sont Down et LeftSlider.

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

Utilisation d'attributs XAML

<object property="Slider.IncreaseSmall"/>

S’applique à