Class ColorBoxSetting
[Display(Name = "颜色列表设置", GroupName = "控件设置")]
public class ColorBoxSetting : Settable<ColorBoxSetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable
- Inheritance
-
ColorBoxSetting
- Implements
- Inherited Members
- Extension Methods
Constructors
ColorBoxSetting()
public ColorBoxSetting()
Properties
Depthes
[Browsable(false)]
[Display(Name = "颜色深度")]
public DoubleCollection Depthes { get; set; }
Property Value
From
[Display(Name = "起始位置")]
[Browsable(false)]
public int From { get; set; }
Property Value
Step
[Display(Name = "步进")]
[Browsable(false)]
public int Step { get; set; }
Property Value
To
[Display(Name = "结束位置")]
[Browsable(false)]
public int To { get; set; }