TabbedPage.GetBarSelectedItemColor 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
GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>) |
Obsolete.
Returns the color for selected bar items. |
GetBarSelectedItemColor(BindableObject) |
Obsolete.
Returns the color for selected bar items. |
GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>)
Caution
BarSelectedItemColor is obsolete as of version 4.0. Please use TabbedPage.SelectedTabColor instead.
Returns 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.Color GetBarSelectedItemColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config);
static member GetBarSelectedItemColor : 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
Applies to
GetBarSelectedItemColor(BindableObject)
Caution
BarSelectedItemColor is obsolete as of version 4.0. Please use TabbedPage.SelectedTabColor instead.
Returns 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.Color GetBarSelectedItemColor (Xamarin.Forms.BindableObject element);
static member GetBarSelectedItemColor : 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