Sets or returns the active high-level color of the monitored audio

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public Color RedOn { get; set; }
Visual Basic
Public Property RedOn As Color
	Get
	Set
Visual C++
public:
property Color RedOn {
	Color get ();
	void set (Color value);
}

See Also