LampArrayEffectPlaylist.EffectStartMode 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.
Gets or sets the starting behavior for the effects.
public:
property LampArrayEffectStartMode EffectStartMode { LampArrayEffectStartMode get(); void set(LampArrayEffectStartMode value); };
LampArrayEffectStartMode EffectStartMode();
void EffectStartMode(LampArrayEffectStartMode value);
public LampArrayEffectStartMode EffectStartMode { get; set; }
var lampArrayEffectStartMode = lampArrayEffectPlaylist.effectStartMode;
lampArrayEffectPlaylist.effectStartMode = lampArrayEffectStartMode;
Public Property EffectStartMode As LampArrayEffectStartMode
Property Value
A lamp array effect start mode specifying the starting behavior for the effects. The default is Sequential.
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.
Remarks
After a playlist has started, the value is locked and it's no longer possible to set the value.