Partage via


Slider.IncreaseSmall Propriété

Définition

Obtient une commande qui augmente la valeur du curseur de la même façon que la SmallChange propriété.

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 la RoutedCommand valeur du curseur de la même façon que la SmallChange propriété. Les objets par défaut InputGesture de cette commande sont Up et Right.

Remarques

Si la IsDirectionReversed propriété est définie truesur , les InputGesture objets de cette commande sont Down et LeftSlider.

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

Utilisation des attributs XAML

<object property="Slider.IncreaseSmall"/>

S’applique à