VerticalAlignment

extension VerticalAlignment

custom alignments for positioning

  • vertical alignment value for top

    Declaration

    Swift

    static let customTop: VerticalAlignment
  • vertical alignment value for bottom

    Declaration

    Swift

    static let customBottom: VerticalAlignment
  • vertical alignment value for center

    Declaration

    Swift

    static let customCenter: VerticalAlignment
  • default value for top

    Declaration

    Swift

    static var topValue: CGFloat
  • default value for center

    Declaration

    Swift

    static var centerValue: CGFloat
  • default value for bottom

    Declaration

    Swift

    static var bottomValue: CGFloat