2
Answers

How to change label backstyle transparent in c#?

Nitesh Tarbani

Nitesh Tarbani

14y
6.3k
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)