Sets or returns the recording volume of the line

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

Syntax

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

Remarks

The value must be between the Line.Min and Line.Max range

See Also