다음을 통해 공유


LampArrayBlinkEffect.Occurrences 속성

정의

이 효과가 재생되는 발생 횟수입니다.

public:
 property int Occurrences { int get(); void set(int value); };
int Occurrences();

void Occurrences(int value);
public int Occurrences { get; set; }
var int32 = lampArrayBlinkEffect.occurrences;
lampArrayBlinkEffect.occurrences = int32;
Public Property Occurrences As Integer

속성 값

Int32

int

기본값은 0입니다.

예제

LampArray 샘플

Windows.Devices.Lights 및 Windows.Devices.Lights.Effects API를 사용하여 주변 장치의 RGB 조명을 제어하는 방법을 보여 줍니다.

AutoRGB 샘플

데스크톱 화면에서 대표적인 단일 색을 추출하고 이를 사용하여 연결된 RGB 디바이스에서 LED 램프를 비추는 방법을 보여 줍니다.

설명

RepetitionMode가 Forever이면 무시됩니다.

LampArrayEffectPlaylist에 효과를 추가한 후(추가 참조) 이 속성의 값이 잠기고 더 이상 변경할 수 없습니다.

적용 대상

추가 정보