WebViewControl.ContainsFullScreenElement 属性

定义

获取一个值,该值指示控件是否包含支持全屏的元素。

有关详细信息,请参阅 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

属性值

Boolean

bool

一个 值,该值指示 IWebViewControl 是否包含支持全屏的元素。

实现

适用于