Share via


UIUserInterfaceLayoutDirection Enum

Definition

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

[ObjCRuntime.Native]
public enum UIUserInterfaceLayoutDirection
[<ObjCRuntime.Native>]
type UIUserInterfaceLayoutDirection = 
Inheritance
UIUserInterfaceLayoutDirection
Attributes

Fields

Name Value Description
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