[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.DoublePropertyAttribute

类 DoublePropertyAttribute

用于配置浮点编辑框的设置,必须标注在 Double 类型的属性上

继承
object
System.Attribute
DoublePropertyAttribute
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class DoublePropertyAttribute : Attribute

构造函数

DoublePropertyAttribute()

用于配置浮点编辑框的设置,必须标注在 Double 类型的属性上

声明
public DoublePropertyAttribute()

属性

AllowNull

是否可以设置为空,默认为否

声明
public bool AllowNull { get; set; }
属性值
类型 描述
bool

Max

最大值,默认为 double.MaxValue

声明
public double Max { get; set; }
属性值
类型 描述
double

Min

最小值,默认为 double.MinValue

声明
public double Min { get; set; }
属性值
类型 描述
double

Watermark

值为空时的替代文本

声明
public virtual string Watermark { get; set; }
属性值
类型 描述
string