WebBrowser.ContainsFullScreenElement Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that indicates whether the WebBrowser content has entered full screen mode.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property ContainsFullScreenElement As Boolean
public bool ContainsFullScreenElement { get; internal set; }

Property Value

Type: System..::.Boolean
Returns true if the WebBrowser content has entered full screen mode; otherwise, false.

Version Information

Windows Phone OS

Supported in: 8.1

See Also

Reference

WebBrowser Class

Microsoft.Phone.Controls Namespace