LampArray.LampCount Property

Definition

The number of lamps part of this LampArray.

public:
 property int LampCount { int get(); };
int LampCount();
public int LampCount { get; }
var int32 = lampArray.lampCount;
Public ReadOnly Property LampCount As Integer

Property Value

Int32

int

The number of lamps in the LampArray.

Examples

LampArray sample

Demonstrates how to control RGB lighting of peripheral devices using the Windows.Devices.Lights and Windows.Devices.Lights.Effects APIs.

AutoRGB Sample

Demonstrates how to extract a single, representative color from a desktop screen and use it to illuminate LED lamps on a connected RGB device.

Applies to

See also