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

See Also