ScrollBar.LineDownCommand Champ

Définition

Commande qui fait légèrement défiler une ScrollBar dans la direction verticale des valeurs croissantes de son Track.

public: static initonly System::Windows::Input::RoutedCommand ^ LineDownCommand;
public static readonly System.Windows.Input.RoutedCommand LineDownCommand;
 staticval mutable LineDownCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly LineDownCommand As RoutedCommand 

Valeur de champ

Exemples

L’exemple suivant montre comment spécifier dans LineDownCommand un modèle de style personnalisé ScrollBar .

<RepeatButton Grid.Row="2" 
              Style="{DynamicResource Scrollbar_LineButton}" 
              Command="ScrollBar.LineDownCommand" Content=" v" />

Remarques

Cette commande augmente le Value de dans Track par ScrollBar la valeur de la SmallChange propriété .

Cette commande se produit lorsque l’utilisateur appuie sur la touche FLÈCHE BAS.

Lorsque vous implémentez un ScrollBar dans le cadre d’un ScrollViewer contrôle, le ScrollViewer exécute cette commande.

Utilisation du texte XAML

<propriété d’objet="ScrollBar.LineDownCommand"/>

S’applique à

Voir aussi