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입니다.

적용 대상