TabbedPage.GetBarItemColor Method

Definition

Overloads

GetBarItemColor(BindableObject)
Obsolete.

Returns the color for bar items.

GetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>)
Obsolete.

Returns the color for bar items.

GetBarItemColor(BindableObject)

Caution

BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.

Returns the color for bar items.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.")]
public static Xamarin.Forms.Color GetBarItemColor (Xamarin.Forms.BindableObject element);
static member GetBarItemColor : Xamarin.Forms.BindableObject -> Xamarin.Forms.Color

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

The color for bar items.

Attributes

Applies to

GetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>)

Caution

BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.

Returns the color for bar items.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarItemColor is obsolete as of version 4.0. Please use TabbedPage.UnselectedTabColor instead.")]
public static Xamarin.Forms.Color GetBarItemColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config);
static member GetBarItemColor : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> -> Xamarin.Forms.Color

Parameters

config
IPlatformElementConfiguration<Android,TabbedPage>

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

Returns

The color for bar items.

Attributes

Applies to