UITabBar.UITabBarAppearance
UITabBar.UITabBarAppearance
Class
Definition
Appearance class for objects of type UITabBar.
public class UITabBar.UITabBarAppearance : UIKit.UIView.UIViewAppearance
type UITabBar.UITabBarAppearance = class
inherit UIView.UIViewAppearance
- Inheritance
-
UIKit.UIView+UIViewAppearanceUIKit.UIView+UIViewAppearanceUITabBar.UITabBarAppearanceUITabBar.UITabBarAppearance
Remarks
This appearance class is a strongly typed subclass of UIAppearance that is intended to be used with objects of class UITabBar. You can obtain an instance to this class by either accessing the static Appearance property on the UITabBar or by calling the AppearanceWhenContainedIn(Type[]) to get a UIAppearance that is context sensitive.
Constructors
UITabBar.UITabBarAppearance(IntPtr) UITabBar.UITabBarAppearance(IntPtr) |
Properties
BackgroundImage BackgroundImage |
The image shown in the background of the UITabBar. |
BarTintColor BarTintColor |
The tint color applied to the background of the UITabBar. |
SelectedImageTintColor SelectedImageTintColor |
Developers should not use this deprecated property. |
SelectionIndicatorImage SelectionIndicatorImage |
The UIImage drawn at the top of the tab bar, behind the bar item icon. |
ShadowImage ShadowImage |
The UIImage used to define the shadow of the UITabBar. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...