UIMenuControllerArrowDirection Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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. |