UIPopoverArrowDirection 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 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
Name | Value | Description |
---|---|---|
Up | 1 | The arrow will be on top. |
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. |
Any | 15 | This lets the system decide the best position for the arrow. |
Unknown | 18446744073709551615 | The direction of the arrow is unknown. |