Condividi tramite


MediaPlayerPresenter.IsFullWindow Proprietà

Definizione

Ottiene o imposta un valore che specifica se mediaPlayerPresenter esegue il rendering in modalità finestra completa.

public:
 property bool IsFullWindow { bool get(); void set(bool value); };
bool IsFullWindow();

void IsFullWindow(bool value);
public bool IsFullWindow { get; set; }
var boolean = mediaPlayerPresenter.isFullWindow;
mediaPlayerPresenter.isFullWindow = boolean;
Public Property IsFullWindow As Boolean
<MediaPlayerPresenter IsFullWindow="bool" />

Valore della proprietà

Boolean

bool

true se MediaPlayerPresenter è in modalità finestra completa; in caso contrario, false. Il valore predefinito è false.

Si applica a