Package apple.uikit.enums
Class NSTextLayoutOrientation
- java.lang.Object
-
- apple.uikit.enums.NSTextLayoutOrientation
-
public final class NSTextLayoutOrientation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longHorizontalLines rendered horizontally, grow top to bottomstatic longVerticalLines rendered vertically, grow right to left
-
-
-
Field Detail
-
Horizontal
public static final long Horizontal
Lines rendered horizontally, grow top to bottom- See Also:
- Constant Field Values
-
Vertical
public static final long Vertical
Lines rendered vertically, grow right to left- See Also:
- Constant Field Values
-
-