UINavigationBar.UINavigationBarAppearance Class
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.
Appearance class for objects of type UINavigationBar.
public class UINavigationBar.UINavigationBarAppearance : UIKit.UIView.UIViewAppearance
type UINavigationBar.UINavigationBarAppearance = class
inherit UIView.UIViewAppearance
- Inheritance
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 or by calling AppearanceWhenContainedIn(Type[]) to get a UIAppearance that is context sensitive.
Constructors
| Name | Description |
|---|---|
| UINavigationBar.UINavigationBarAppearance(IntPtr) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| BackgroundColor |
The color used for the background. (Inherited from UIView.UIViewAppearance) |
| BackIndicatorImage |
The UIImage shown beside the back button. |
| BackIndicatorTransitionMaskImage |
The UIImage used as a mask for content during push and pop transitions. |
| BarStyle |
The UIBarStyle for the navigation bar. |
| BarTintColor |
The tint applied to the navigation bar background. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. (Inherited from NSObject) |
| CompactAppearance | |
| CompactScrollEdgeAppearance | |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LargeTitleTextAttributes |
Gets or sets the display attributes for large title text in the bar. |
| PrefersLargeTitles | |
| RetainCount | (Inherited from NSObject) |
| ScrollEdgeAppearance | |
| Self | (Inherited from NSObject) |
| ShadowImage |
The shadow image for the navigation bar. |
| StandardAppearance | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TintColor |
The color used for tinting. (Inherited from UIView.UIViewAppearance) |
| TitleTextAttributes |
Display attributes that are set for the bar’s title text. |
| Translucent |
Whether the bar is translucent or not. |
| Zone | (Inherited from NSObject) |