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

属性值

适用于