Package apple.uikit.enums
Class UITextLayoutDirection
- java.lang.Object
-
- apple.uikit.enums.UITextLayoutDirection
-
public final class UITextLayoutDirection extends java.lang.Object
-
-
Field Detail
-
Right
public static final long Right
- See Also:
- Constant Field Values
-
Left
public static final long Left
- See Also:
- Constant Field Values
-
Up
public static final long Up
- See Also:
- Constant Field Values
-
Down
public static final long Down
- See Also:
- Constant Field Values
-
-