This property is the same as Loudness 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 bool UniformValue { get; set; }
Visual Basic
Public Property UniformValue As Boolean
	Get
	Set
Visual C++
public:
property bool UniformValue {
	bool get ();
	void set (bool value);
}

See Also