TabbedPage.GetHeaderIconsEnabled Method

Definition

Overloads

GetHeaderIconsEnabled(BindableObject)

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

GetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>)

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

GetHeaderIconsEnabled(BindableObject)

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

public static bool GetHeaderIconsEnabled (Xamarin.Forms.BindableObject element);
static member GetHeaderIconsEnabled : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

The element on which to perform the operation.

Returns

System.Boolean

true if header icons are enabled. Otherwise, false.

Applies to

GetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>)

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

public static bool GetHeaderIconsEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.TabbedPage> config);
static member GetHeaderIconsEnabled : 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