Condividi tramite


MediaTransportControls.IsFullWindowEnabled Proprietà

Definizione

Ottiene o imposta un valore che indica se un utente può riprodurre il supporto in modalità schermo intero.

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" .../>
    

Valore della proprietà

Boolean

bool

true per consentire all'utente di riprodurre i supporti in modalità schermo intero; in caso contrario, false. Il valore predefinito è True.

Si applica a

Vedi anche