Convert

  • Thread starter Thread starter [Gho]
  • Start date Start date
Gho,

You can not, because they are two different things. The BackColor is a
color which a brush uses to paint a texture or pattern. You can create a
brush which is just a solid line, if you wish by using the SolidBrush class
in the System.Drawing namespace. You can then set the Color property on
that brush to the color you want.

Hope this helps.
 
Back
Top