MediaPlayerPresenter.IsFullWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.