Click or drag to resize
Accord.NET (logo)

ColorSliderDoubleArrow Property

Single or Double arrow slider control.

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

Property Value

Type: Boolean
Remarks

The property specifies if the slider has one or two selection arrows (sliders).

The single arrow allows only to specify one value, which is set by Min property. The single arrow slider is useful for applications, where it is required to select color threshold, for example.

The double arrow allows to specify two values, which are set by Min and Max properties. The double arrow slider is useful for applications, where it is required to select filtering color range, for example.

See Also