Table of Contents

Class ColorBoxSetting

Namespace
H.Controls.ColorBox
Assembly
H.Controls.ColorBox.dll
[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

DoubleCollection

From

[Display(Name = "起始位置")]
[Browsable(false)]
public int From { get; set; }

Property Value

int

Step

[Display(Name = "步进")]
[Browsable(false)]
public int Step { get; set; }

Property Value

int

To

[Display(Name = "结束位置")]
[Browsable(false)]
public int To { get; set; }

Property Value

int