UIInterfaceOrientationMask É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 de valeurs qui spécifient les orientations disponibles de l’interface utilisateur.
Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UIInterfaceOrientationMask
type UIInterfaceOrientationMask =
- Héritage
-
UIInterfaceOrientationMask
- Attributs
Champs
All | 30 | UIViewController prend en charge toutes les orientations d’interface. |
AllButUpsideDown | 26 | UiViewController prend en charge toutes les orientations, à l’exception du portrait à l’envers. |
Landscape | 24 | UiViewController prend en charge les orientations paysage-gauche et paysage-droite. |
LandscapeLeft | 16 | UIViewController prend en charge l’orientation paysage gauche. |
LandscapeRight | 8 | UIViewController prend en charge l’orientation vers la droite du paysage. |
Portrait | 2 | Le côté long est vertical. |
PortraitUpsideDown | 4 | UIViewController prend en charge l’orientation portrait à l’envers. |
Remarques
Un UIViewController peut prendre en charge plusieurs UIInterfaceOrientation. Cette valeur, retournée par GetSupportedInterfaceOrientations() et SupportedInterfaceOrientationsForWindow(UIWindow), spécifie les orientations prises en charge par l’application.
S’applique à
Voir aussi
- UIInterfaceOrientation
- GetSupportedInterfaceOrientations()
- <xref:UIKit.UIApplication.SupportedInterfaceOrientationsForWindow>