UIKit.UITabBar: Property Members

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

Public Properties

[read-only]
static
AppearanceUITabBar.UITabBarAppearance. Strongly-typed property that returns the UIAppearance class for this class.
BackgroundImageUIImage. The background image for the UITabBar.
BarStyleUIBarStyle. The appearance style for this UITabBar.
BarTintColorUIColor. The tint applied to this UITabBar's background.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIUITabBarDelegate. An instance of the UIKit.UITabBarDelegate model class which acts as the class delegate.
[read-only]
IsCustomizingbool. Whether the user is currently customizing the UITabBar.
ItemPositioningUITabBarItemPositioning. The positioning scheme used for items in this UITabBar.
ItemsUITabBarItem[]. The items displayed by this UITabBar.
ItemSpacingnfloat. The inter-item spacing, in points, when using centered-style positioning.
ItemWidthnfloat. The width for items, in points, when using centered-style positioning.
SelectedImageTintColorUIColor. The tint applied to the selected tab bar item.
SelectedItemUITabBarItem. The selected tab bar item.
SelectionIndicatorImageUIImage. The image used to indicate selection.
ShadowImageUIImage. The shadow image used by this UITabBar.
Translucentbool. Whether this UITabBar is translucent or not.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type