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

See Also