LayoutDirection
public enum LayoutDirection : Int
Specifies the preferred orientation for the main connector type.
- topToBottom: Specifies top-to-bottom orientation.
- leftToRight: Specifies left-to-right orientation.
- bottomToTop: Specifies bottom-to-top orientation.
- rightToLeft: Specifies right-to-left orientation.
-
Undocumented
Declaration
Swift
case topToBottom = 0
-
Undocumented
Declaration
Swift
case leftToRight = 1
-
Undocumented
Declaration
Swift
case bottomToTop = 2
-
Undocumented
Declaration
Swift
case rightToLeft = 3