UINavigationItemLargeTitleDisplayMode É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 si et quand des titres volumineux sont affichés.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UINavigationItemLargeTitleDisplayMode
type UINavigationItemLargeTitleDisplayMode =
- Héritage
-
UINavigationItemLargeTitleDisplayMode
- Attributs
Champs
Always | 1 | Indique que les grands titres sont toujours affichés. |
Automatic | 0 | Indique que le texte de titre volumineux s’affiche s’il a été affiché dans l’élément de navigation précédent. |
Never | 2 | Indique que le texte de titre volumineux est toujours affiché. |