|
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; }
<DefaultValueAttribute(GetType(Color), "LightGray")>
Public Property NegativeAreaBrush As Color
Get
Set
Request Example
View SourceProperty Value
Type:
ColorRemarks Default value is set to LightGray.
See Also