ScrollBar.PageDownCommand Champ
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.
public: static initonly System::Windows::Input::RoutedCommand ^ PageDownCommand;
public static readonly System.Windows.Input.RoutedCommand PageDownCommand;
staticval mutable PageDownCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly PageDownCommand As RoutedCommand
Valeur de champ
Exemples
L’exemple suivant montre comment spécifier le PageDownCommand modèle de style personnalisé ScrollBar .
<Style x:Key="ScrollBar_DownTrack"
BasedOn="{StaticResource ScrollBar_TrackRepeater}"
TargetType="{x:Type RepeatButton}">
<Setter Property="Command" Value="ScrollBar.PageDownCommand" />
</Style>
Remarques
Cette commande augmente la Value valeur de Track la propriété dans la ScrollBar valeur de la LargeChange propriété.
Cette commande se produit lorsque l’utilisateur appuie sur la touche PAGE DOWN.
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é="object ScrollBar.PageDownCommand"/>