Shell.FlyoutHeaderTemplate 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.
The flyout header appearance can be defined by setting the FlyoutHeaderTemplate property to a DataTemplate.
public Xamarin.Forms.DataTemplate FlyoutHeaderTemplate { get; set; }
member this.FlyoutHeaderTemplate : Xamarin.Forms.DataTemplate with get, set