Returns the maximum value supported by the control.

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

Syntax

C#
public float Max { get; }
Visual Basic
Public ReadOnly Property Max As Single
	Get
Visual C++
public:
property float Max {
	float get ();
}

See Also