...

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.

Applies to Type Default
assert
label
menu > entry
all none

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 }

User Contributed Notes
0 notes + add a note