WebView.ContainsFullScreenElement 屬性

定義

取得值,指出 WebView 是否包含支援全螢幕的專案。

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

屬性值

Boolean

bool

如果WebView包含支援全螢幕的專案,則為true;否則為false

適用於