Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Subgraph_Style

mattt edited this page Nov 17, 2020 · 3 revisions

Subgraph.Style

public enum Style

Inheritance

Hashable

Enumeration Cases

solid

case solid

dashed

case dashed

dotted

case dotted

bold

case bold

rounded

case rounded

filled

case filled(: Color)

striped

case striped(: [Color])

compound

case compound(: [Style])

Properties

colors

var colors: [Color]?
Clone this wiki locally