ComponentCommands.ScrollPageLeft 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 la valeur qui représente la commande Défilement de la page vers la gauche.
public:
static property System::Windows::Input::RoutedUICommand ^ ScrollPageLeft { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand ScrollPageLeft { get; }
static member ScrollPageLeft : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property ScrollPageLeft As RoutedUICommand
Valeur de propriété
Commande.
Valeurs par défaut | |
---|---|
Combinaison de touches | Aucune combinaison définie. |
Texte d'interface utilisateur | Défilement d'une page vers la gauche |
Remarques
Cette commande indique l’intention de faire défiler une page vers la gauche.
Il n’y a pas nécessairement d’implémentation réelle répondant à la commande sur un objet donné ; dans de nombreux cas, l’implémentation en réponse à cette commande relève de la responsabilité de l’enregistreur d’application.
Utilisation d'attributs XAML
<object property="ScrollPageLeft"/>