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

Node_Style

mattt edited this page Nov 17, 2020 · 3 revisions

Node.Style

public enum Style

Inheritance

Hashable

Enumeration Cases

solid

case solid

dashed

case dashed

dotted

case dotted

bold

case bold

rounded

case rounded

diagonals

case diagonals

filled

case filled(: Color)

striped

case striped(: [Color])

wedged

case wedged(: [Color])

compound

case compound(: [Style])

Properties

colors

var colors: [Color]?
Clone this wiki locally