[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.HyperlinkEditorPropertyAttribute

类 HyperlinkEditorPropertyAttribute

用于标注通过超链接来编辑的属性

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public abstract class HyperlinkEditorPropertyAttribute : Attribute

构造函数

HyperlinkEditorPropertyAttribute()

用于标注通过超链接来编辑的属性

声明
protected HyperlinkEditorPropertyAttribute()

属性

IndentLevel

表示是否是顶级链接,次级链接的字体大小会变小并且增加缩进

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

IsValueEmptyFunc

判断值是否为空,如果返回true,表示值为空,如果返回false

声明
public Func<object, bool> IsValueEmptyFunc { get; set; }
属性值
类型 描述
System.Func<T, TResult><object, bool>