UIUserInterfaceLayoutDirection Enum

Definition

An enumeration of values specifying the layout direction of the UI.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserInterfaceLayoutDirection
type UIUserInterfaceLayoutDirection = 
Inheritance
UIUserInterfaceLayoutDirection
Attributes

Fields

LeftToRight 0

Indicates a left-to-right layout.

RightToLeft 1

Layout direction flows right to left. Used most commonly in localizations such as Arabic or Hebrew.

Applies to