阴影在文本框的文本

阴影在文本框的文本

本文介绍了阴影在文本框的文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有文本框 TextBox.BackColor =透明;

我需要做的例子,但在WinForms的how添加dropshadoweffect到一个文本框的只是文本(编程)

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

推荐答案

您不能设置文本框的背景色透明直接。请参阅随附的URL来完成你的任务:在文本框 C#的透明度

You can't set the background color 'Transparent' in textbox directly.Please refer the enclosed the URL to accomplish your task :C# transparency on textbox

这篇关于阴影在文本框的文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!