MediaCommands.Stop Propriété

Définition

Obtient la valeur qui représente la commande Arrêter.

public:
 static property System::Windows::Input::RoutedUICommand ^ Stop { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand Stop { get; }
static member Stop : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property Stop As RoutedUICommand

Valeur de propriété

Commande.

Valeurs par défaut
Combinaison de touches Aucune combinaison définie.
Texte d'interface utilisateur Arrêter

Remarques

Cette commande indique l’intention d’arrêter la lecture.

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="Stop"/>  

S’applique à

Voir aussi