LampArray.LampArrayKind 属性

定义

获取灯阵列设备的类型。

public:
 property LampArrayKind LampArrayKind { LampArrayKind get(); };
LampArrayKind LampArrayKind();
public LampArrayKind LampArrayKind { get; }
var lampArrayKind = lampArray.lampArrayKind;
Public ReadOnly Property LampArrayKind As LampArrayKind

属性值

灯阵列设备的类型。

示例

LampArray 示例

演示如何使用 Windows.Devices.Lights 和 Windows.Devices.Lights.Effects API 控制外围设备的 RGB 照明。

AutoRGB 示例

演示如何从桌面屏幕中提取具有代表性的单一颜色,并使用它来照亮连接的 RGB 设备上的 LED 灯。

适用于

另请参阅