When enabled, the FFT will hold the lowest peaks for a few milliseconds This setting is only valid for the FFTStyleConstants.Line FFTPStyle

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

Syntax

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

See Also