[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.ColorSelectorEditorSetting

类 ColorSelectorEditorSetting

颜色类型的属性对应的编辑器,如[颜色]属性。

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

构造函数

ColorSelectorEditorSetting()

构造函数。

声明
public ColorSelectorEditorSetting()

属性

SupportNoFill

支持选择无填充

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

SupportTranslucency

支持选择半透明色

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

实现

System.ComponentModel.INotifyPropertyChanged