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

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

Syntax

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

See Also