UIBarButtonItem.Style Property

Definition

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.

Applies to