MediaTransportControls.IsFullWindowEnabled Property

Definition

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.

Applies to

See also