次の方法で共有


LampArrayBlinkEffect.SustainDuration プロパティ

定義

効果のピーク強度の表示に費やされた時間を取得または設定します。

public:
 property TimeSpan SustainDuration { TimeSpan get(); void set(TimeSpan value); };
TimeSpan SustainDuration();

void SustainDuration(TimeSpan value);
public System.TimeSpan SustainDuration { get; set; }
var timeSpan = lampArrayBlinkEffect.sustainDuration;
lampArrayBlinkEffect.sustainDuration = timeSpan;
Public Property SustainDuration As TimeSpan

プロパティ値

効果のピーク強度の表示に費やされた時間の値。 既定値は 0 です。

LampArray サンプル

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

AutoRGB サンプル

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

注釈

LampArrayEffectPlaylist に効果を追加 (「追加」を参照) すると、このプロパティの値はロックされ、変更できなくなります。

適用対象

こちらもご覧ください