|   | 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
Syntax[DefaultValueAttribute(typeof(Color), "LightGray")]
public Color NegativeAreaBrush { get; set; }<DefaultValueAttribute(GetType(Color), "LightGray")>
Public Property NegativeAreaBrush As Color
	Get
	Set
Property Value
Type: 
Color Remarks
RemarksDefault value is set to LightGray.
 See Also
See Also