HorizontalAlignment

public enum HorizontalAlignment

The horizontal alignment for the screen object.

  • A guide that marks the left edge of the screen object.

    Declaration

    Swift

    case left
  • A guide that marks the borizontal center of the screen object.

    Declaration

    Swift

    case center
  • A guide that marks the right edge of the screen object.

    Declaration

    Swift

    case right