Line

public struct Line : Encodable

Undocumented

  • Sets the width (in px) of line bounding the box(es).

    Note that this style setting can also be set per direction via increasing.line.width and decreasing.line.width.

    Declaration

    Swift

    public var width: Double?
  • Creates Line object with specified properties.

    Declaration

    Swift

    public init(width: Double? = nil)

    Parameters

    width

    Sets the width (in px) of line bounding the box(es).