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