[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.ListPropertyAttribute

类 ListPropertyAttribute

用于标注列表类型的属性,被标注属性的类型必须是泛型List

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

构造函数

ListPropertyAttribute()

用于标注列表类型的属性,被标注属性的类型必须是泛型List

声明
public ListPropertyAttribute()

属性

MaxCount

列表中元素的最大个数,为-1表示不限制最大个数。默认值为-1

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

MinCount

列表中元素的最小个数

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

UsePhysicalUnitScroll

使用物理单位滚动

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