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

 

SetLineColor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetLineColor

 

 

Sets the line color.

 

 

 

Prototype :

 

void SetLineColor

(

        string LineColor

)

 

 

 

Arguments :

 

LineColor

specify by hexa or decimal RGB value in the form of "#hhhhhh" or "ddd, ddd, ddd"

 

 

 

Example :

 

This.SetLineColor("#FF0000"); //Red

 

This.SetLineColor("255, 0, 0"); //Red

 

 

 

Available Events :

 

All Events