TitleBar.LeadingContent 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 leading content.
The leading content follows the optional Icon and is aligned to
the left or right 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 ^ 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
Property Value
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.