TitleBar.Content 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个 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