Returns the increments in which the Volume of the current control changes.

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

Syntax

C#
public float Steps { get; }
Visual Basic
Public ReadOnly Property Steps As Single
	Get
Visual C++
public:
property float Steps {
	float get ();
}

See Also