TabbedPage.SetBarSelectedItemColor Method

Definition

Overloads

SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
Obsolete.

Sets the color for selected bar items.

SetBarSelectedItemColor(BindableObject, Color)
Obsolete.

Sets the color for selected bar items.

SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)

Caution

BarSelectedItemColor is obsolete as of version 4.0. Please use TabbedPage.SelectedTabColor instead.

Sets the color for selected bar items.

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

Parameters

config
IPlatformElementConfiguration<Android,TabbedPage>

The platform configuration for the platform specific element whose value to set.

value
Color

The new selected item color value.

Returns

A fluent object on which the developer can make further method calls.

Attributes
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Applies to

SetBarSelectedItemColor(BindableObject, Color)

Caution

BarSelectedItemColor is obsolete as of version 4.0. Please use TabbedPage.SelectedTabColor instead.

Sets the color for selected bar items.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BarSelectedItemColor is obsolete as of version 4.0. Please use TabbedPage.SelectedTabColor instead.")]
public static void SetBarSelectedItemColor (Xamarin.Forms.BindableObject element, Xamarin.Forms.Color value);
static member SetBarSelectedItemColor : Xamarin.Forms.BindableObject * Xamarin.Forms.Color -> unit

Parameters

element
BindableObject

The platform specific element whose value to set.

value
Color

The new selected item color value.

Attributes
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Applies to