VerticalAlignment

public enum VerticalAlignment : Int

Provides values that indicate how diagram elements are aligned vertically.

  • top: The element is aligned to the top of the allocated space.
  • center: The element is aligned to the center of the allocated space.
  • bottom: The element is aligned to the bottom of the allocated space.
  • top

    Undocumented

    Declaration

    Swift

    case top = 0
  • Undocumented

    Declaration

    Swift

    case center = 1
  • Undocumented

    Declaration

    Swift

    case bottom = 2