Navigation : 
        
      
    
    
    StyleCode Property: labelBorderColor
    
    
    
    labelBorderColor
Specifies the color for the label border.
If unspecified, will use the textColor value.
Examples
// Example: assert
myAssertion = false
{ labelBorderColor: tomato }
show assert "My Assert" a1b1 with
  myAssertion
 
// Example: label
{ labelBorderColor: tomato }
show label "My Label" a1b1
 
// Example: menu > entry
show menu "" a1b3 with
  "Section" { labelBorderColor: tomato }