UIMenuControllerArrowDirection Enum

Definition

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

Default 0

The system decides the arrow location based on the menu size.

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.

Up 1

The arrow will be at the top of the menu.

Applies to