HorizontalAlignment

public enum HorizontalAlignment : Int

Identifies options to align diagram items horizontally.

  • left: The item is aligned to the left.
  • center: The item is aligned to the center.
  • right: The item is aligned to the right.
  • Undocumented

    Declaration

    Swift

    case left = 0
  • Undocumented

    Declaration

    Swift

    case center = 1
  • Undocumented

    Declaration

    Swift

    case right = 2