MediaTransportControls.IsFullWindowEnabled 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 lire le média en mode plein écran.
public:
property bool IsFullWindowEnabled { bool get(); void set(bool value); };
bool IsFullWindowEnabled();
void IsFullWindowEnabled(bool value);
public bool IsFullWindowEnabled { get; set; }
var boolean = mediaTransportControls.isFullWindowEnabled;
mediaTransportControls.isFullWindowEnabled = boolean;
Public Property IsFullWindowEnabled As Boolean
<MediaTransportControls IsFullWindowEnabled="bool" .../>
Valeur de propriété
Boolean
bool
true pour permettre à l’utilisateur de lire le média en mode plein écran ; sinon, false. La valeur par défaut est true.