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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top