Share via


TitleBar.TrailingContent Property

Definition

Gets or sets a View control that represents the trailing content.

The trailing content is aligned to the right or left of the title bar, depending on the FlowDirection. Views set here will be allocated as much space as they require.

Views set here will block all input to the title bar region and handle input directly.

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

Property Value

Applies to