Returns the minimum value supported by the volume control on this line

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

Syntax

C#
public int Min { get; }
Visual Basic
Public ReadOnly Property Min As Integer
	Get
Visual C++
public:
property int Min {
	int get ();
}

See Also