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 int Max { get; internal set; }
Visual Basic
Public Property Max As Integer
	Get
	Friend Set
Visual C++
public:
property int Max {
	int get ();
	internal: void set (int value);
}

See Also