MixerIntControlMinimum Property |
Gets the minimum value of the control.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public int Minimum { get; }
Public ReadOnly Property Minimum As Integer
Get
public:
property int Minimum {
int get ();
}
Property Value
Type:
Int32The minimum.
See Also