<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Shape > Circle > Method >SetBorderColor |
Sets the border color.
Prototype :
void SetBorderColor
(
string BorderColor
)
Arguments :
BorderColor |
specify by hexa or decimal RGB value in the form of "#hhhhhh" or "ddd, ddd, ddd" |
Example :
This.SetBorderColor("#FF0000"); //Red
This.SetBorderColor("255, 0, 0"); //Red
Available Events :
All Events