UIBarStyle 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 for a navigation, search, or tool bar.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarStyle
type UIBarStyle =
- Inheritance
-
UIBarStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The system default |
Black | 1 | Black |
BlackOpaque | 1 | Developers should not use this deprecated field. Developers should use 'UIBarStyle.Black'. |
BlackTranslucent | 2 | Black translucent |
Remarks
The style used for UINavigationBar, UISearchBar, and UIToolbar.