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

See Also