View Single Post

  #2 (permalink)  
Old 05-13-2008
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,055
Re: c++ - setting the color of a line

Hi,

It is the Line property not the Fill property to set the color:

Code:
[pointer to my shape object]->Line->ForeColor = color;
Reply With Quote