AppWindowTitleBar.IsVisible 속성

정의

이 제목 표시줄이 표시되는지 여부를 지정하는 값을 가져옵니다.

public:
 property bool IsVisible { bool get(); };
bool IsVisible();
public bool IsVisible { get; }
var boolean = appWindowTitleBar.isVisible;
Public ReadOnly Property IsVisible As Boolean

속성 값

Boolean

bool

이 제목 표시줄이 표시되면 true이고, 그렇지 않으면 false입니다.

적용 대상