Returns the minimum value supported by the control.

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

Syntax

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

See Also