This property is the same as Value and is only provided for compatibility purposes with the Binding support.

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