TOC : Script API > JavaScript > JavaScript API > Component > Shape > Rectangle > Method >

 

SetBorderColor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Shape > Rectangle > Method >

 

SetBorderColor

 

 

Sets the border location.

 

 

 

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