UIPopoverArrowDirection Enum

Definition

An enumeration indicating the direction of the arrow attached to a UIPopoverController.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UIPopoverArrowDirection
type UIPopoverArrowDirection = 
Inheritance
UIPopoverArrowDirection
Attributes

Fields

Any 15

This lets the system decide the best position for the arrow.

Down 2

The arrow will be at the bottom.

Left 4

The arrow will be on the left.

Right 8

The arrow will be on the right.

Unknown 18446744073709551615

The direction of the arrow is unknown.

Up 1

The arrow will be on top.

Applies to