LineCapType

public enum LineCapType

Line cap type.

  • None.

    Declaration

    Swift

    case none
  • Round.

    Declaration

    Swift

    case round
  • Rectangle.

    Declaration

    Swift

    case rectangle
  • Diamond.

    Declaration

    Swift

    case diamond
  • Inverse diamond.

    Declaration

    Swift

    case inverseDiamond