The ColorSlider type exposes the following members.

Constructors

  NameDescription
ColorSlider
Initializes a new instance of the ColorSlider class.

Methods

  NameDescription
Dispose
Dispose the object.
(Overrides Control..::.Dispose(Boolean).)

Properties

  NameDescription
DoubleArrow
Single or Double arrow slider control.
EndColor
End color for gradient filling.
FillColor
Color to fill control's background in filtered zones.
Max
Maximum selected value, [0, 255].
Min
Minimum selected value, [0, 255].
StartColor
Start color for gradient filling.
Type
Specifies control's type.

Events

  NameDescription
ValuesChanged
An event, to notify about changes of Min or Max properties.

See Also