Table of Contents

Class ColorBoxSetting

Namespace
HeBianGu.Control.ColorBox
Assembly
HeBianGu.Control.ColorBox.dll
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

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