UITraitEnvironmentLayoutDirection 列挙型

定義

レイアウトの方向を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITraitEnvironmentLayoutDirection
type UITraitEnvironmentLayoutDirection = 
継承
UITraitEnvironmentLayoutDirection
属性

フィールド

LeftToRight 0

レイアウトは左から右に行われます。

RightToLeft 1

レイアウトは右から左に行われます。

Unspecified -1

レイアウトの方向が不明です。

適用対象