2
Answers

How to change label backstyle transparent in c#?

Photo of Nitesh Tarbani

Nitesh Tarbani

15y
7k
1
i want to know how do i make the label transparent in c# with the control
color it currently on. I tried following code but it is nt working.

"label1.BackColor = Color.Transparent;"

Please help me out.
I have even tried by keeping label's backcolor property as transparent. but still its nt working.

Answers (2)