Click or drag to resize
Accord.NET (logo)

SliderControlNegativeAreaBrush Property

Background color used for filling area corresponding to negative values.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
[DefaultValueAttribute(typeof(Color), "LightGray")]
public Color NegativeAreaBrush { get; set; }
Request Example View Source

Property Value

Type: Color
Remarks

Default value is set to LightGray.

See Also