|
SliderControlPositiveAreaBrush Property
|
Background color used for filling area corresponding to positive values.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax [DefaultValueAttribute(typeof(Color), "White")]
public Color PositiveAreaBrush { get; set; }
<DefaultValueAttribute(GetType(Color), "White")>
Public Property PositiveAreaBrush As Color
Get
Set
Request Example
View SourceProperty Value
Type:
ColorRemarks Default value is set to White.
See Also