WebUIView.ContainsFullScreenElement 속성

정의

뷰에 전체 화면을 지원하는 요소가 포함되어 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

bool

보기에 전체 화면 표시를 지원하는 요소가 포함되어 있으면 true입니다. 그렇지 않으면 false입니다.

구현

적용 대상