Click or drag to resize
Accord.NET (logo)

ColorSliderType Property

Specifies control's type.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
[DefaultValueAttribute(ColorSliderColorSliderType.Gradient)]
public ColorSliderColorSliderType Type { get; set; }
Request Example View Source

Property Value

Type: ColorSliderColorSliderType
Remarks
See documentation to ColorSliderColorSliderType enumeration for information about the usage of this property.
See Also