Allows the modification of the value of the current control regardless of the number channels it supports.

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

Syntax

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

See Also