Slider.DecreaseSmall Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 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 true
sur , 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"/>