TitleBar.LeadingContent 属性

定义

获取或设置一个 View 表示前导内容的控件。

前导内容遵循可选 Icon 内容,根据标题栏 FlowDirection的左侧或右侧对齐。 此处设置的视图将分配所需的空间。

此处设置的视图将阻止标题栏区域的所有输入,并直接处理输入。

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

属性值

适用于