borderColors

Specifies the element border colors as an array of four values in the following order: [top,bottom,left,right]. Each color can be of one of the types given below.

Type

java.awt.Color          e.g., java.awt.Color.BLUE

number (hex)            e.g., 0xFF0000

string (color name)     e.g., 'red'

array [r,g,b]           e.g., [255,0,0]

JSON {r:#,g:#,b:#}      e.g., {r:255,g:0,b:0}

Example

borderColors = [[255,0,0], 0x444444, 'blue', 'black'];

See Also

Color Tab, for more information about setting color.

<< background © 1996-2013 InetSoft Technology Corporation (v11.4) borders >>