[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IntEditorSetting

类 IntEditorSetting

整数类型的属性对应的编辑器,如单选按钮使用的[项目间距]属性。

继承
object
IntEditorSetting
实现
System.ComponentModel.INotifyPropertyChanged
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.Design.dll
语法
public class IntEditorSetting : BuiltinEditorSetting, INotifyPropertyChanged

构造函数

IntEditorSetting()

构造函数。

声明
public IntEditorSetting()

IntEditorSetting(int, int)

构造函数,指定了最小值和最大值的整数类型的编辑器。

声明
public IntEditorSetting(int min, int max)
参数
类型 名称 描述
int min
int max

属性

AllowNull

是否允许清空整数类型的属性编辑器的值。

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

Max

整数类型的属性编辑器的最大值。

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

Min

整数类型的属性编辑器的最小值。

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

Watermark

整数类型的属性编辑器的值为空时显示的水印。

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

实现

System.ComponentModel.INotifyPropertyChanged