UIBarPosition É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 dont les valeurs spécifient des emplacements pour UISearchBar, UINavigationBarou UIToolbar.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarPosition
type UIBarPosition =
- Héritage
-
UIBarPosition
- Attributs
Champs
Any | 0 | Spécifie que la position n’est pas spécifiée. |
Bottom | 1 | La barre se trouve au bas de son UIView contenant. |
Top | 2 | La barre se trouve en haut de son UIView contenant. |
TopAttached | 3 | La barre se trouve en haut de l’écran, ainsi que son UIView contenant. |