StyleCode Property: labelBorderColor

labelBorderColor

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

Applies to Type Default
assert
label
menu > entry
color, auto auto

Examples

// Example: assert
myAssertion = false

show assert "My Assert" a1b1 { labelBorderColor: "#FF6347" } with
  myAssertion

// Example: label
show label "My Label" a1b1 { labelBorderColor: "#FF6347" }

// Example: menu > entry
show menu "" a1b3 with
  "Section" { labelBorderColor: "#FF6347" }

User Contributed Notes
0 notes + add a note