Partager via


UIMenuControllerArrowDirection Énumération

Définition

Énumération indiquant dans quelle direction la flèche des 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 = 
Héritage
UIMenuControllerArrowDirection
Attributs

Champs

Default 0

Le système décide de l’emplacement de la flèche en fonction de la taille du menu.

Down 2

La flèche se trouve en bas du menu.

Left 3

La flèche se trouvera à gauche du menu.

Right 4

La flèche se trouvera à droite du menu.

Up 1

La flèche se trouve en haut du menu.

S’applique à