UIToolbarPosition 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.
An enumeration of the valid positions for a UIToolbar.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIToolbarPosition
type UIToolbarPosition =
- Inheritance
-
UIToolbarPosition
- Attributes
Fields
Any | 0 | The UIToolbar may be in any position. |
Bottom | 1 | The UIToolbar is at the top of its containing UIView. |
Top | 2 | The UIToolbar is at the bottom of its containing UIView. |