The properties of UIKit.UITabBar are listed below. For a list of all members, see the UITabBar Members list.
See Also: Inherited members from UIKit.UIView
| [read-only] static  | Appearance | UITabBar.UITabBarAppearance. Strongly-typed property that returns the UIAppearance class for this class. | 
| BackgroundImage | UIImage. The background image for the UITabBar. | |
| BarStyle | UIBarStyle. The appearance style for this UITabBar. | |
| BarTintColor | UIColor. The tint applied to this UITabBar's background. | |
| [read-only] override  | ClassHandle | IntPtr. The handle for this class. | 
| Delegate | IUITabBarDelegate. An instance of the UIKit.UITabBarDelegate model class which acts as the class delegate. | |
| [read-only] | IsCustomizing | bool. Whether the user is currently customizing the UITabBar. | 
| ItemPositioning | UITabBarItemPositioning. The positioning scheme used for items in this UITabBar. | |
| Items | UITabBarItem[]. The items displayed by this UITabBar. | |
| ItemSpacing | nfloat. The inter-item spacing, in points, when using centered-style positioning. | |
| ItemWidth | nfloat. The width for items, in points, when using centered-style positioning. | |
| SelectedImageTintColor | UIColor. The tint applied to the selected tab bar item. | |
| SelectedItem | UITabBarItem. The selected tab bar item. | |
| SelectionIndicatorImage | UIImage. The image used to indicate selection. | |
| ShadowImage | UIImage. The shadow image used by this UITabBar. | |
| Translucent | bool. Whether this UITabBar is translucent or not. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |