ASP.net透明编辑控件
我正在寻找自定义控件。
透明文本编辑控件。
我正在寻找一个具有透明背景、无边框的文本编辑控件。 属性如下:
文本字体、大小、颜色等
文本垂直对齐
文本水平对齐
控件大小
事件是文本框之类的标准扩展。
你能帮我在哪里可以找到吗?
I am looking for a custom control.
Transparent text edit control.
I m looking for a text edit control with a transparent background with no border.
The properties are as follows:
Text font, size, color etc.
Text Vertical alignment
Text Horizontal alignment
Control Size
Events are standard extensions of something like a text box.
can you help me where can i find?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能会帮助您 AlphaBlendTextBox - .NET For AsP 的透明/半透明文本框
。 Net(您之前没有提到过):
它非常简单,只需使用此 CSS 与普通输入标签,您将拥有一个透明且无边框的文本框。:
This may help you AlphaBlendTextBox - A transparent/translucent textbox for .NET
For AsP.Net (you didn't mentioned that before):
Its super easy just use this CSS with normal Input Tag and you will have a Text Box which is Transparent and with no borders.: