P
pkid
Hey gurus,
I am writing a beginner JS program to change a line color from black to
red ("255, 0, 0"), however, I cound not get it done...
I was thinking like:
this.Line1.border.edge.color.value = "255, 0, 0";
But how come it did not work????
Thanks!!!
I am writing a beginner JS program to change a line color from black to
red ("255, 0, 0"), however, I cound not get it done...
I was thinking like:
this.Line1.border.edge.color.value = "255, 0, 0";
But how come it did not work????
Thanks!!!