简体   繁体   中英

Drop shadow for text in TextBox

I have TextBox with TextBox.BackColor = Transparent;

I need to do for example but in WinForms how to add dropshadoweffect to just the text of a textbox (programmatically)

You can't set the background color 'Transparent' in textbox directly. Please refer the enclosed the URL to accomplish your task : Transparency for windows forms textbox

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM