MediaTransportControls.IsStopEnabled 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 ou définit une valeur qui indique si un utilisateur peut arrêter la lecture multimédia.
public:
property bool IsStopEnabled { bool get(); void set(bool value); };
bool IsStopEnabled();
void IsStopEnabled(bool value);
public bool IsStopEnabled { get; set; }
var boolean = mediaTransportControls.isStopEnabled;
mediaTransportControls.isStopEnabled = boolean;
Public Property IsStopEnabled As Boolean
<MediaTransportControls IsStopEnabled="bool" .../>
Valeur de propriété
Boolean
bool
true pour permettre à l’utilisateur d’arrêter la lecture ; sinon, false. La valeur par défaut est false.