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

テーマが不明であることを示します。

適用対象