StyleCode Property: labelBorderColor

🚧 Work in progress — This documents the redesigned dashboard layout system, which is still under active development and subject to change. It is not compatible with the older v1 dashboard tile system.

labelBorderColor

Specifies the color for the label border.
If unspecified, will use the textColor value.

Applies to Type Default
label color, auto auto

Examples

// Example: label
show label "My Label" { 1..2, 1..2 ; labelBorderColor: "#FF6347" }

User Contributed Notes
0 notes + add a note