[]
指定插件内部属性对应的编辑器为颜色选择框。
注意:使用颜色选择框作为属性值编辑器的属性,其值类型必须是string。
public class ColorPropertyAttribute : Attribute
public class SetColorCommand : Command
{
[ColorProperty]
public object DefaultColor { get; set; }
}
默认构造函数。
public ColorPropertyAttribute()
支持选择无填充
public bool SupportNoFill { get; set; }
类型 | 描述 |
---|---|
bool |
是否支持半透明
public bool SupportTranslucency { get; set; }
类型 | 描述 |
---|---|
bool |