UIBarButtonItem.Style Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The system style to use for the button.
public virtual UIKit.UIBarButtonItemStyle Style { [Foundation.Export("style")] get; [Foundation.Export("setStyle:")] set; }
member this.Style : UIKit.UIBarButtonItemStyle with get, set
Property Value
- Attributes
Remarks
iOS provides a number of pre-defined UIBarButtonItem styles that can be used in the UIBarButtonItemStyle enumeration.