UIDeviceOrientation É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 des orientations d’appareil.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIDeviceOrientation
type UIDeviceOrientation =
- Héritage
-
UIDeviceOrientation
- Attributs
Champs
FaceDown | 6 | L’appareil est orienté vers le bas. |
FaceUp | 5 | L’appareil est orienté vers le haut. |
LandscapeLeft | 3 | Le bas de l’appareil pointe vers la gauche. |
LandscapeRight | 4 | Le bas de l’appareil pointe vers la droite. |
Portrait | 1 | Le bas de l’appareil pointe vers le bas. |
PortraitUpsideDown | 2 | Le bas de l’appareil pointe vers le haut. |
Unknown | 0 | L’orientation de l’appareil ne peut pas être déterminée. |
Remarques
Orientation actuelle de l’appareil.