LampArrayEffectPlaylist.EffectStartMode Property

Definition

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

LampArray sample

Demonstrates how to control RGB lighting of peripheral devices using the Windows.Devices.Lights and Windows.Devices.Lights.Effects APIs.

AutoRGB Sample

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.

Applies to

See also