TitleBar.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a View control that represents the content.
This content is centered in the title bar, and is allocated the remaining space
between the leading and trailing content.
Views set here will block all input to the title bar region and handle input directly.
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
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.