Class ColorBoxSetting
public class ColorBoxSetting : LazySettingInstance<ColorBoxSetting>, INotifyPropertyChanged, IDisplayer, ISetting
- 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; }