LinePatternType

public enum LinePatternType

Line pattern type.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Solid.

    Declaration

    Swift

    case solid
  • Dashes.

    Declaration

    Swift

    case dashes
  • Arrows.

    Declaration

    Swift

    case arrows
  • Diagonals.

    Declaration

    Swift

    case diagonals
  • Dots.

    Declaration

    Swift

    case dots
  • Chevrons.

    Declaration

    Swift

    case chevrons