Border Color
This parameter will set the border line color.
The border color parameter is made up of three elements each separated by a | character. The three elements represent the RED, GREEN and BLUE components of the color. Each color element can range from 0 to 255.
Example
This example will set the border color to blue
<param
name="borderColor" value="0|0|255">
Default
If this parameter is not present then a defualt color of "200|200|200" (light
grey) is assumed.
For more information on defining colors click here.