Returns the maximum 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 Max { get; }
Visual Basic
Public ReadOnly Property Max As Integer
	Get
Visual C++
public:
property int Max {
	int get ();
}

See Also