다음을 통해 공유


Window.ExtendsContentIntoTitleBar 속성

정의

앱 콘텐츠의 공간을 만들기 위해 창의 기본 제목 표시줄을 숨길지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool ExtendsContentIntoTitleBar { bool get(); void set(bool value); };
bool ExtendsContentIntoTitleBar();

void ExtendsContentIntoTitleBar(bool value);
public bool ExtendsContentIntoTitleBar { get; set; }
var boolean = window.extendsContentIntoTitleBar;
window.extendsContentIntoTitleBar = boolean;
Public Property ExtendsContentIntoTitleBar As Boolean

속성 값

Boolean

bool

true 기본 제목 표시줄을 숨겨야 하면 이고, 그렇지 않으면 입니다 false.

설명

앱 창의 시스템 제목 표시줄을 사용자 지정 콘텐츠로 바꾸려면 SetTitleBar 메서드와 함께 이 속성을 사용합니다. 자세한 정보 및 예제 는 SetTitleBar 를 참조하세요.

사용자 지정 제목 표시줄을 지정하려면 를 로 설정 ExtendsContentIntoTitleBartrue 하여 기본 시스템 제목 표시줄을 숨겨야 합니다. 가 이falseExtendsContentIntoTitleBar 에 대한 SetTitleBar 호출이 아무런 영향을 미치지 않습니다. 사용자 지정 제목 표시줄 요소는 앱 창의 본문에 일반 UI 요소로 표시되며 제목 표시줄 동작을 얻지 못합니다.

를 로 true 설정 ExtendsContentIntoTitleBar 했지만 를 호출SetTitleBar하지 않으면 기본 사용자 지정 제목 표시줄이 제공됩니다. 자세한 내용은 SetTitleBar 를 참조하세요.

적용 대상

추가 정보