UINavigationBar.UINavigationBarAppearance
UINavigationBar.UINavigationBarAppearance
Class
Definition
Appearance class for objects of type UINavigationBar.
public class UINavigationBar.UINavigationBarAppearance : UIKit.UIView.UIViewAppearance
type UINavigationBar.UINavigationBarAppearance = class
inherit UIView.UIViewAppearance
- Inheritance
-
UIKit.UIView+UIViewAppearanceUIKit.UIView+UIViewAppearanceUINavigationBar.UINavigationBarAppearanceUINavigationBar.UINavigationBarAppearance
Remarks
This appearance class is a strongly typed subclass of UIAppearance that is intended to be used with objects of class UINavigationBar. You can obtain an instance to this class by either accessing the static Appearance property on the UINavigationBar or by calling the AppearanceWhenContainedIn(Type[]) to get a UIAppearance that is context sensitive.
Constructors
UINavigationBar.UINavigationBarAppearance(IntPtr) UINavigationBar.UINavigationBarAppearance(IntPtr) |
Properties
BackIndicatorImage BackIndicatorImage |
The UIImage shown beside the back button. |
BackIndicatorTransitionMaskImage BackIndicatorTransitionMaskImage |
The UIImage used as a mask for content during push and pop transitions. |
BarStyle BarStyle |
The UIBarStyle for the navigation bar. |
BarTintColor BarTintColor |
The tint applied to the navigation bar background. |
LargeTitleTextAttributes LargeTitleTextAttributes |
T:UIStringAttributes |
ShadowImage ShadowImage |
The shadow image for the navigation bar. |
TitleTextAttributes TitleTextAttributes |
Gets or sets the string attributes for the title text. |
Translucent Translucent |
Gets or sets whether the navigation bar is translucent. |
Methods
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...