public string Title { get => this.duiLabelEx1.Text; set => this.duiLabelEx1.Text = value; }
public override string Text { get => this.duiTextBoxEx1.Text; set => duiTextBoxEx1.Text = value; }
public char PasswordChar
{
get => duiTextBoxEx1.PasswordChar;
set
{
duiTextBoxEx1.PasswordChar = value;
this.duiTextBoxEx1.LayoutContent();
}
}
public DuiButtonEx Item { get => this.duiButtonEx1; }
dui模板属性
最新推荐文章于 2021-01-13 09:22:51 发布