WebViewControl.ContainsFullScreenElement Property

Definition

Gets a value that indicates whether the control contains an element that supports full screen.

For more info, see Windows.Web.UI.IWebViewControl

public:
 property bool ContainsFullScreenElement { bool get(); };
bool ContainsFullScreenElement();
public bool ContainsFullScreenElement { get; }
var boolean = webViewControl.containsFullScreenElement;
Public ReadOnly Property ContainsFullScreenElement As Boolean

Property Value

Boolean

bool

A value that indicates whether the IWebViewControl contains an element that supports full screen.

Implements

Applies to