The properties of UIKit.UIToolbar are listed below. For a list of all members, see the UIToolbar Members list.
See Also: Inherited members from UIKit.UIView
| [read-only] static | Appearance | UIToolbar.UIToolbarAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] | BarPosition | UIBarPosition. Constant that identifies the position of a bar. |
| BarStyle | UIBarStyle. The toolbar style. | |
| BarTintColor | UIColor. The tint color for this UIToolbar. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUIToolbarDelegate. An instance of the UIKit.UIToolbarDelegate model class which acts as the class delegate. | |
| Items | UIBarButtonItem[]. A collection of UIKit.UIBarButtonItem objects that make up the toolbar. | |
| Translucent | bool. If true, then the toolbar is translucent. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |