The members of UIKit.UITabBar are listed below.
See Also: Inherited members from UIKit.UIView
UITabBar() | Default constructor that initializes a new instance of this class with no parameters. | |
| Initializes the UITabBar with the specified frame. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [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 |
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
BeginCustomizingItems(UITabBarItem[])Presents a modal view allowing the user to add, remove, and rearrange items on this UITabBar. | ||
EndCustomizing(bool)Documentation for this section has not yet been entered. | ||
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
SetItems(UITabBarItem[], bool)Sets the items on the UITabBar, optionally animating their addition. | ||
| DidBeginCustomizingItems | Event raised by the object. | |
| DidEndCustomizingItems | Event raised by the object. | |
| ItemSelected | Event raised by the object. | |
| WillBeginCustomizingItems | Event raised by the object. | |
| WillEndCustomizingItems | Event raised by the object. |