AppWindow.TitleBar 속성

정의

앱 창의 제목 표시줄을 가져옵니다.

public:
 property AppWindowTitleBar ^ TitleBar { AppWindowTitleBar ^ get(); };
AppWindowTitleBar TitleBar();
public AppWindowTitleBar TitleBar { get; }
var appWindowTitleBar = appWindow.titleBar;
Public ReadOnly Property TitleBar As AppWindowTitleBar

속성 값

앱 창의 제목 표시줄입니다.

적용 대상