Sets or returns the inactive low-level color of the monitored audio
Namespace: NDXVUMeterNETAssembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)
Syntax
| C# |
|---|
public Color GreenOff { get; set; } |
| Visual Basic |
|---|
Public Property GreenOff As Color
Get
Set |
| Visual C++ |
|---|
public:
property Color GreenOff {
Color get ();
void set (Color value);
} |
See Also