LampArrayBlinkEffect.RepetitionDelay 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置效果重复之间的延迟。
public:
property TimeSpan RepetitionDelay { TimeSpan get(); void set(TimeSpan value); };
TimeSpan RepetitionDelay();
void RepetitionDelay(TimeSpan value);
public System.TimeSpan RepetitionDelay { get; set; }
var timeSpan = lampArrayBlinkEffect.repetitionDelay;
lampArrayBlinkEffect.repetitionDelay = timeSpan;
Public Property RepetitionDelay As TimeSpan
属性值
默认值为 0。
示例
演示如何使用 Windows.Devices.Lights 和 Windows.Devices.Lights.Effects API 控制外围设备的 RGB 照明。
演示如何从桌面屏幕中提取具有代表性的单一颜色,并使用它来照亮连接的 RGB 设备上的 LED 灯。
注解
追加 (看到将) 效果 追加 到 LampArrayEffectPlaylist 后,此属性的值已锁定,你无法再更改它。