Allows querying and manipulating the volume level of a control

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

Syntax

C#
public float Volume { get; set; }
Visual Basic
Public Property Volume As Single
	Get
	Set
Visual C++
public:
property float Volume {
	float get ();
	void set (float value);
}

See Also