Is it possible to put a label with a transparent back color on a form?

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

I'm coding a startup form whose back color is Linear Gradient ,and now I
want to place a label on the form. I don't like any back color of the
label,just wants it to be transaprent, Is it possible? Any ideas?

Peter
 
Peter,

Why not set it to linear Gradiant?

Although you can use transparant as well it is in the webcolors

I hope this helps,

Cor
 
Peter said:
I'm coding a startup form whose back color is Linear Gradient ,and now I
want to place a label on the form. I don't like any back color of the
label,just wants it to be transaprent, Is it possible? Any ideas?

Set the label's 'BackColor' property to 'Color.Transparent' (available on
the "Web" tab of the property window's color selection popup).
 
Cor and Herfried,

I've got the transparent backcolor from the "Web" tab.
Because the back color of my form is already linear gradiant and the back
color of the label is transparent, so the backgroud of my label is linear
gradiant. Thank you.

Peter
 
Cor and Herfried,

I've got the transparent backcolor from the "Web" tab.
Because the back color of my form is already linear gradiant and the back
color of the label is transparent, so the backgroud of my label is linear
gradiant. Thank you.

Peter
 
Cor and Herfried,

I've got the transparent backcolor from the "Web" tab.
Because the back color of my form is already linear gradiant and the back
color of the label is transparent, so the backgroud of my label is linear
gradiant. Thank you.

Peter
 
Back
Top