TitleBar.TrailingContent 属性

定义

获取或设置一个 View 代表尾随内容的控件。

尾随内容与标题栏的右侧或左侧对齐,具体取决于 。FlowDirection 此处设置的视图将分配所需的空间。

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

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

属性值

适用于