다음을 통해 공유


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

레이아웃 방향을 알 수 없습니다.

적용 대상