UIApplication.SetStatusBarOrientation(UIInterfaceOrientation, Boolean) Méthode
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.
Définit la barre d’état sur orientation
.
[Foundation.Export("setStatusBarOrientation:animated:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public virtual void SetStatusBarOrientation (UIKit.UIInterfaceOrientation orientation, bool animated);
abstract member SetStatusBarOrientation : UIKit.UIInterfaceOrientation * bool -> unit
override this.SetStatusBarOrientation : UIKit.UIInterfaceOrientation * bool -> unit
Paramètres
- orientation
- UIInterfaceOrientation
Orientation spécifique de la barre d’état.
- animated
- Boolean
true
si la transition vers la nouvelle orientation doit être animée ; false
si la transition doit être immédiate, sans animation.
- Attributs
Remarques
Cette méthode ne doit pas être utilisée si l’application est censée gérer la rotation automatiquement. Une fois cette méthode appelée, la barre d’état ne change pas automatiquement en réponse à la rotation.