DashedLine
public struct DashedLine : Encodable
Undocumented
-
[object Object] Note that this style setting can also be set per direction via
increasing.line.widthanddecreasing.line.width.Declaration
Swift
public var width: Double? -
Sets the dash style of lines.
Set to a dash type string (solid, dot, dash, longdash, dashdot, or longdashdot) or a dash length list in px (eg 5px,10px,2px,2px). Note that this style setting can also be set per direction via
increasing.line.dashanddecreasing.line.dash.Declaration
Swift
public var dash: String? -
Creates
DashedLineobject with specified properties.Declaration
Swift
public init(width: Double? = nil, dash: String? = nil)Parameters
width[object Object] Note that this style setting can also be set per direction via
increasing.line.widthanddecreasing.line.width.dashSets the dash style of lines.
View on GitHub
Install in Dash
DashedLine Structure Reference