The properties of UIKit.UINavigationBar are listed below. For a list of all members, see the UINavigationBar Members list.
See Also: Inherited members from UIKit.UIView
| [read-only] static | Appearance | UINavigationBar.UINavigationBarAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| BackIndicatorImage | UIImage. The image shown beside the back button. | |
| BackIndicatorTransitionMaskImage | UIImage. The image used as a mask during push and pop transitions. | |
| [read-only] | BackItem | UINavigationItem. The UIKit.UINavigationItem that is immediately below the top of the navigation stack. |
| [read-only] | BarPosition | UIBarPosition. Delegate for the navigation bar. |
| BarStyle | UIBarStyle. The visual style of the navigation bar. | |
| BarTintColor | UIColor. The tint color for the bar's background. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUINavigationBarDelegate. An instance of the UIKit.UINavigationBarDelegate model class which acts as the class delegate. | |
| Items | UINavigationItem[]. The array of UIKit.UINavigatorItems managed by the bar. | |
| ShadowImage | UIImage. Specifies a custom shadow image. | |
| TitleTextAttributes | UIStringAttributes. Display attributes that are set for the bar’s title text. | |
| [read-only] | TopItem | UINavigationItem. The UIKit.UINavigationItem at the top of the stack being managed. |
| Translucent | bool. Whether the bar is translucent or not. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |