LampArray.LampCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Demonstrates how to control RGB lighting of peripheral devices using the Windows.Devices.Lights and Windows.Devices.Lights.Effects APIs.
Demonstrates how to extract a single, representative color from a desktop screen and use it to illuminate LED lamps on a connected RGB device.