Sets or returns the active low-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 GreenOn { get; set; }
Visual Basic
Public Property GreenOn As Color
	Get
	Set
Visual C++
public:
property Color GreenOn {
	Color get ();
	void set (Color value);
}

See Also