MTDashArrayValue

public enum MTDashArrayValue : Codable, Sendable

Represents a dash pattern that can be provided as an array of numbers or as a string pattern composed of underscores and spaces (e.g. “___ _ ”).

  • Undocumented

    Declaration

    Swift

    case array([Double])
  • Undocumented

    Declaration

    Swift

    case pattern(String)
  • Declaration

    Swift

    public init(from decoder: any Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: any Encoder) throws