Navigation :
StyleCode Property: labelBorder
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.
Examples
// Example: assert
myAssertion = false
{ labelBorder: all }
show assert "My Assert" a1b1 with
myAssertion
// Example: label
{ labelBorder: all }
show label "My Label" a1b1
// Example: menu > entry
show menu "" a1b3 with
"Section" { labelBorder: all }