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 float Min { get; }
Visual Basic
Public ReadOnly Property Min As Single
	Get
Visual C++
public:
property float Min {
	float get ();
}

See Also