Enables or disables the internal rendering engine

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

Syntax

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

Remarks

When set to False the control will still calculate the RMS value of the audio being monitored so the PeakValues will still return valid data.

See Also