Skip to content

TextBox ​

收集用户提供的信息的基础控件

示例 ​

Simple ​

xml
<TextBox Text="Hello" />

Clear Button ​

xml
<TextBox theme:TextBoxExtensions.AddDeleteButton="True"  Text="Hello" />

Prefix ​

xml
<TextBox theme:TextBoxExtensions.Prefix="https://" Text="www.google.com" />

Watermark ​

xml
<TextBox Watermark="Watermark" Text="" />

参阅 ​

Demo: SukiUI.Demo/Features/Dashboard/DashboardView.axaml