开发者

Label backcolor not going transparent

开发者 https://www.devze.com 2023-03-18 00:39 出处:网络
I\'ve set a label\'s BackColor property to \'Transparent\' in windows form but its just White? It\'s not going transparent?

I've set a label's BackColor property to 'Transparent' in windows form but its just White? It's not going transparent?

Anyone know why thi开发者_高级运维s is happening?


The label does not support transparency, you must create your own unique custom control, you can see these code examples.

http://www.codeproject.com/KB/dotnet/transparent_controls_net.aspx http://www.codeproject.com/KB/vb/uLabelX.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消