共用方式為


UIUserInterfaceStyle 列舉

定義

列舉 CarPlay 和 tvOS UI 主題。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserInterfaceStyle
type UIUserInterfaceStyle = 
繼承
UIUserInterfaceStyle
屬性

欄位

Dark 2

表示深色主題。

Light 1

表示淺色主題。

Unspecified 0

表示主題未知。

適用於