[]
用于配置文本编辑框的设置,必须标注在 String 类型的属性上
public class TextPropertyAttribute : Attribute
用于配置文本编辑框的设置,必须标注在 String 类型的属性上
public TextPropertyAttribute()
是否支持输入多行
public bool AcceptsReturn { get; set; }
类型 | 描述 |
---|---|
bool |
是否支持选择资源
public bool CanSelectResource { get; set; }
类型 | 描述 |
---|---|
bool |
值为空时的替代文本
public virtual string Watermark { get; set; }
类型 | 描述 |
---|---|
string |