Use to query the current peak level for the control.

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public int PeakLevel { get; set; }
Visual Basic
Public Property PeakLevel As Integer
	Get
	Set
Visual C++
public:
property int PeakLevel {
	int get ();
	void set (int value);
}

Remarks

The setter should not be used by the host application since it is only provided for binding purposes.

See Also