The properties of UIKit.UIBarButtonItem are listed below. For a list of all members, see the UIBarButtonItem Members list.
See Also: Inherited members from UIKit.UIBarItem
| Action | ObjCRuntime.Selector. The action sent to the object specified as the target. | |
| [read-only] static | Appearance | UIBarButtonItem.UIBarButtonItemAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| CustomView | UIView. A custom view used to represent the UIBarButtonItem | |
override | Enabled | bool. Allows control over whether a UIBarButtonItem is enabled or disabled. |
override | Image | UIImage. The button's image. |
override | ImageInsets | UIEdgeInsets. Insets the button image. |
| PossibleTitles | Foundation.NSSet. The set of all possible titles (used as a hint for system sizing). | |
| Style | UIBarButtonItemStyle. The system style to use for the button. | |
override | Tag | nint. An integer that can be used to indentify the UIBarButtonItem. |
| Target | Foundation.NSObject. The object that will receive the selector specified in the Action property. | |
| TintColor | UIColor. The tint color to be used for the button. | |
override | Title | string. The title that is displayed in the button |
| Width | nfloat. The width of the button. |