Determines if the slider should respect the resolution of the fader as specified by the property.

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

Syntax

C#
public bool IntegralChanges { get; set; }
Visual Basic
Public Property IntegralChanges As Boolean
	Get
	Set
Visual C++
public:
property bool IntegralChanges {
	bool get ();
	void set (bool value);
}

Remarks

When enabled, the control will only allow changes to its value that fall inside increments as specified by the TickFrequency property.

See Also