AppWindowTitleBar 클래스

정의

앱 창의 제목 표시줄을 나타냅니다.

public ref class AppWindowTitleBar sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppWindowTitleBar final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppWindowTitleBar
Public NotInheritable Class AppWindowTitleBar
상속
Object Platform::Object IInspectable AppWindowTitleBar
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v8.0에서 도입되었습니다.)

속성

BackgroundColor

제목 표시줄 배경의 색을 가져오거나 설정합니다.

ButtonBackgroundColor

제목 표시줄 단추의 배경색을 가져오거나 설정합니다.

ButtonForegroundColor

제목 표시줄 단추의 전경색을 가져오거나 설정합니다.

ButtonHoverBackgroundColor

포인터가 위에 있을 때 제목 표시줄 단추의 배경색을 가져오거나 설정합니다.

ButtonHoverForegroundColor

포인터가 위에 있을 때 제목 표시줄 단추의 전경색을 가져오거나 설정합니다.

ButtonInactiveBackgroundColor

제목 표시줄 단추가 비활성 상태일 때의 배경색을 가져오거나 설정합니다.

ButtonInactiveForegroundColor

비활성 상태일 때 제목 표시줄 단추의 전경색을 가져오거나 설정합니다.

ButtonPressedBackgroundColor

제목 표시줄 단추를 누를 때의 배경색을 가져오거나 설정합니다.

ButtonPressedForegroundColor

제목 표시줄 단추가 누를 때 전경색을 가져오거나 설정합니다.

ExtendsContentIntoTitleBar

이 제목 표시줄이 기본 창 제목 표시줄을 바꿀지 여부를 지정하는 값을 가져오거나 설정합니다.

ForegroundColor

제목 표시줄 전경의 색을 가져오거나 설정합니다.

InactiveBackgroundColor

제목 표시줄 배경이 비활성 상태일 때의 색을 가져오거나 설정합니다.

InactiveForegroundColor

제목 표시줄이 비활성 상태일 때 제목 표시줄 전경의 색을 가져오거나 설정합니다.

IsVisible

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

메서드

GetPreferredVisibility()

제목 표시줄의 기본 표시 유형 모드를 반환합니다.

GetTitleBarOcclusions()

제목 표시줄 폐색 목록을 가져옵니다.

SetPreferredVisibility(AppWindowTitleBarVisibility)

제목 표시줄에 대한 기본 표시 모드를 설정합니다.

중요

AppWindowTitleBar.SetPreferredVisibility API는 제한된 액세스 기능의 일부입니다(LimitedAccessFeatures 클래스 참조). 자세한 내용을 확인하거나 잠금 해제 토큰을 요청하려면 Microsoft 지원 문의하세요.

적용 대상