Partager via


ScrollBar.LineLeftCommand Champ

Définition

Commande qui fait défiler une ScrollBar petite quantité dans la direction horizontale de la valeur décroissante de son Track.

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

Valeur de champ

Exemples

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

<RepeatButton Grid.Column="0" 
              Style="{DynamicResource Scrollbar_LineButton}" 									
              Command="ScrollBar.LineLeftCommand" Content=" <" />

Remarques

Cette commande réduit l’in ValueTrack par ScrollBar la valeur de la SmallChange propriété.

Cette commande se produit lorsque l’utilisateur appuie sur la gauche RepeatButton.

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

Utilisation du texte XAML

< propriété="objectScrollBar.LineLeftCommand"/>

S’applique à

Voir aussi