TabbedPage.IsHeaderIconsEnabled Method

Definition

Returns a Boolean value that tells whether header icons are enabled.

public static bool IsHeaderIconsEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.TabbedPage> config);
static member IsHeaderIconsEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.TabbedPage> -> bool

Parameters

config
IPlatformElementConfiguration<Windows,TabbedPage>

The platform configuration for the element on which to perform the operation.

Returns

System.Boolean

true if header icons are enabled. Otherwise, false.

Applies to