MediaTransportControls.IsFullWindowEnabled 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 indicates whether a user can play the media in full-screen mode.
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" .../>
Property Value
Boolean
bool
true to allow the user to play the media in full-screen mode; otherwise, false. The default is true.