OrnamentPosition

public enum OrnamentPosition : String, Equatable

Ornament positions:

           top

top center top left ————* right | | | | center * * center left | | right | | bottom ————* bottom left bottom right center

  • Undocumented

    Declaration

    Swift

    case topLeft
  • Undocumented

    Declaration

    Swift

    case topCenter
  • Undocumented

    Declaration

    Swift

    case topRight
  • Undocumented

    Declaration

    Swift

    case centerRight
  • Undocumented

    Declaration

    Swift

    case bottomRight
  • Undocumented

    Declaration

    Swift

    case bottomCenter
  • Undocumented

    Declaration

    Swift

    case bottomLeft
  • Undocumented

    Declaration

    Swift

    case centerLeft