UIBarButtonItemStyle Enum
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 visual style of a UIBarButtonItem.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarButtonItemStyle
type UIBarButtonItemStyle =
- Inheritance
-
UIBarButtonItemStyle
- Attributes
Fields
Bordered | 1 | Developers should not use this deprecated field. Developers should use 'UIBarButtonItemStyle.Plain' instead. |
Done | 2 | Style for a done button. This should be used if the screen will be dismissed upon tapping. |
Plain | 0 | Plain style, will glow when tapped. |