共用方式為


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 是否包含支援全螢幕的專案。

實作

適用於