Package apple.uikit.enums
Class UITextAlignment
- java.lang.Object
-
- apple.uikit.enums.UITextAlignment
-
public final class UITextAlignment extends java.lang.ObjectDeprecated: use NSTextAlignment enum in UIKit/NSText.h
-
-
Field Detail
-
Left
public static final long Left
- See Also:
- Constant Field Values
-
Center
public static final long Center
- See Also:
- Constant Field Values
-
Right
public static final long Right
could add justified in future- See Also:
- Constant Field Values
-
-