次の方法で共有


LampArray.LampCount プロパティ

定義

この LampArray のランプ部分の数。

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

プロパティ値

Int32

int

LampArray 内のランプの数。

LampArray サンプル

Windows.Devices.Lights API と Windows.Devices.Lights.Effects API を使用して周辺機器の RGB 照明を制御する方法を示します。

AutoRGB サンプル

デスクトップ画面から 1 つの代表的な色を抽出し、それを使用して、接続された RGB デバイス上の LED ランプを点灯させる方法を示します。

適用対象

こちらもご覧ください