共用方式為


UINavigationItemLargeTitleDisplayMode 列舉

定義

列舉是否顯示大型標題和何時顯示。

[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 = 
繼承
UINavigationItemLargeTitleDisplayMode
屬性

欄位

Always 1

表示一律會顯示大型標題。

Automatic 0

指出如果大型標題文字顯示在上一個導覽專案中,則會顯示。

Never 2

表示一律會顯示大型標題文字。

適用於