다음을 통해 공유


TitleBar.Content 속성

정의

콘텐츠를 나타내는 컨트롤을 View 가져오거나 설정합니다.

이 콘텐츠는 제목 표시줄의 가운데에 있으며 선행 콘텐츠와 후행 콘텐츠 사이에 나머지 공간이 할당됩니다.


여기에 설정된 보기는 제목 표시줄 영역에 대한 모든 입력을 차단하고 입력을 직접 처리합니다.

public:
 property Microsoft::Maui::IView ^ Content { Microsoft::Maui::IView ^ get(); void set(Microsoft::Maui::IView ^ value); };
public Microsoft.Maui.IView? Content { get; set; }
member this.Content : Microsoft.Maui.IView with get, set
Public Property Content As IView

속성 값

적용 대상