Click or drag to resize
Accord.NET (logo)

WavechartBackColor Property

Gets or sets the background color for the control.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Audio (in Accord.Controls.Audio.dll) Version: 3.8.0
Syntax
[DefaultValueAttribute("Color.White")]
public override Color BackColor { get; set; }
Request Example View Source

Return Value

Type: Color
A Color that represents the background color of the control. The default is the value of the DefaultBackColor property.
See Also