Share via


MediaPlayerPresenter.IsFullWindow Property

Definition

Gets or sets a value that specifies if the MediaPlayerPresenter is rendering in full window mode.

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

Property Value

Boolean

bool

true if the MediaPlayerPresenter is in full window mode; otherwise, false. The default is false.

Applies to