CPPanDirection É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ère les directions de mouvement panoramique de la carte de navigation.
Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum CPPanDirection
type CPPanDirection =
- Héritage
-
CPPanDirection
- Attributs
Champs
Down | 8 | Vers le bas de la carte. |
Left | 1 | Vers le côté gauche de la carte. |
None | 0 | Pas de panoramique. |
Right | 2 | Vers le côté droit de la carte. |
Up | 4 | Vers le haut de la carte. |