XAutoAnchor

public enum XAutoAnchor : String, Encodable

Sets the title’s horizontal alignment with respect to its x position.

left means that the title starts at x, right means that the title ends at x and center means that the title’s center is at x. auto divides xref by three and calculates the xanchor value automatically based on the value of x.

  • Undocumented

    Declaration

    Swift

    case auto
  • Undocumented

    Declaration

    Swift

    case left
  • Undocumented

    Declaration

    Swift

    case center
  • Undocumented

    Declaration

    Swift

    case right