[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.ColorPropertyAttribute

类 ColorPropertyAttribute

指定插件内部属性对应的编辑器为颜色选择框。

注意:使用颜色选择框作为属性值编辑器的属性,其值类型必须是string

继承
object
System.Attribute
ColorPropertyAttribute
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class ColorPropertyAttribute : Attribute
示例
public class SetColorCommand : Command
{
    [ColorProperty]
    public object DefaultColor { get; set; }
}

构造函数

ColorPropertyAttribute()

默认构造函数。

声明
public ColorPropertyAttribute()

属性

SupportNoFill

支持选择无填充

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

SupportTranslucency

是否支持半透明

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