UIMenuControllerArrowDirection 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 indicating in which direction the arrow of the UIMenuController points.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIMenuControllerArrowDirection
type UIMenuControllerArrowDirection =
- Inheritance
-
UIMenuControllerArrowDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The system decides the arrow location based on the menu size. |
Up | 1 | The arrow will be at the top of the menu. |
Down | 2 | The arrow will be at the bottom of the menu. |
Left | 3 | The arrow will be at the left of the menu. |
Right | 4 | The arrow will be at the right of the menu. |