Sets or returns the number of leds that will be rendered when the Style property is set to DigitalVU

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public short NumVUs { get; set; }
Visual Basic
Public Property NumVUs As Short
	Get
	Set
Visual C++
public:
property short NumVUs {
	short get ();
	void set (short value);
}

See Also