Sets or returns an array of values for all the channels available in the control.

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

Syntax

C#
public int[] Value { get; set; }
Visual Basic
Public Property Value As Integer()
	Get
	Set
Visual C++
public:
property array<int>^ Value {
	array<int>^ get ();
	void set (array<int>^ value);
}

See Also