Package apple.uikit.enums
Class UIControlContentVerticalAlignment
- java.lang.Object
-
- apple.uikit.enums.UIControlContentVerticalAlignment
-
public final class UIControlContentVerticalAlignment extends java.lang.Object
-
-
Field Detail
-
Center
public static final long Center
- See Also:
- Constant Field Values
-
Top
public static final long Top
- See Also:
- Constant Field Values
-
Bottom
public static final long Bottom
- See Also:
- Constant Field Values
-
Fill
public static final long Fill
- See Also:
- Constant Field Values
-
-