LabelPosition

enum LabelPosition

Label position.

  • top

    Above the capture oval.

    Declaration

    Swift

    case top
  • In the middle of the capture oval.

    Declaration

    Swift

    case center
  • Below the capture oval.

    Declaration

    Swift

    case bottom