Freigeben über


MKFeatureVisibility Enumeration

Definition

Listet das Sichtbarkeitsverhalten für Markertitel auf.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MKFeatureVisibility
type MKFeatureVisibility = 
Vererbung
MKFeatureVisibility
Attribute

Felder

Adaptive 0

Gibt an, dass der Titeltext als Reaktion auf den Kartenzustand angezeigt oder ausgeblendet wird.

Hidden 1

Gibt an, dass der Titeltext ausgeblendet ist.

Visible 2

Gibt an, dass der Titeltext immer sichtbar ist.

Gilt für: