StyleCode Property: labelBorder

🚧 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.

labelBorder

Specifies the sides of the label where a border is displayed.
Can accept any combination of “bottom”, “left”, “right”, and “top”, separated by commas if there are more than one.
Can be set to “none” or “all” for respectively the empty set and the full set of values.

Applies to Type Default
label all, none, Set(bottom,left,top,right) bottom

Examples

// Example: label
show label "My Label" { 1..2, 1..2 ; labelBorder: "all" }

User Contributed Notes
0 notes + add a note