VerticalAlignment
public enum VerticalAlignment : Int
Specifies the vertical content alignment.
-
Aligns the content vertically at the top of the frame.
Declaration
Swift
case top = 0
-
Aligns the content vertically in the center of the frame.
Declaration
Swift
case middle = 1
-
Aligns the content vertically at the bottom of the frame.
Declaration
Swift
case bottom = 2