TabbedPage.GetBarItemColor Method
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.
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
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
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
The platform specific configuration for the element on which to perform the operation.
Returns
The color for bar items.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute