DashStyle
public struct DashStyle : HashableDash pattern for lines in a page.
- 
                  
                  Straight line without dash.  DeclarationSwift public static var straightLine: DashStyle
- 
                  
                  Undocumented DeclarationSwift public static let maxDashPattern: Int
- 
                  
                  Pattern of dashes and gaps used to stroke paths. DeclarationSwift public let pattern: [Int]
- 
                  
                  The phase in which the pattern begins (default is 0). DeclarationSwift public let phase: Int
- 
                  
                  Creates a dash style for lines. DeclarationSwift public init?(pattern: [Int], phase: Int = 0)ParameterspatternPattern of dashes and gaps used to stroke paths. Must contain only positive integers less than or equal to DashStyle.maxDashPattern;pattern.countmust be an even number less than 9, or 1.phaseThe phase in which the pattern begins (default is 0). Must be nonnegative. Return ValueA dash style for lines. 
 View on GitHub
View on GitHub DashStyle Structure Reference
        DashStyle Structure Reference