Enumeration Members

Enumeration Members

AUTO: 0

Layout direction will be the same as the device direction. You can use Application#userInterfaceLayoutDirection userInterfaceLayoutDirection property to check device direction.

Property

Static

Ios

Since

3.1.3

FORCELEFTTORIGHT: 3

Layout direction is always left to right.

Property

Static

Ios

Since

3.1.3

FORCERIGHTTOLEFT: 4

Layout direction is always right to left.

Property

Static

Ios

Since

3.1.3

Generated using TypeDoc