C# 클래스 Controls.DataVisualization.Toolkit.StoryboardQueue

Represents a storyboard queue that plays storyboards in sequence.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
Enqueue ( Storyboard storyBoard, EventHandler completedAction ) : void

Accepts a new storyboard to play in sequence.

비공개 메소드들

메소드 설명
Dequeue ( ) : void

Removes the next storyboard in the queue and plays it.

메소드 상세

Enqueue() 공개 메소드

Accepts a new storyboard to play in sequence.
public Enqueue ( Storyboard storyBoard, EventHandler completedAction ) : void
storyBoard Windows.UI.Xaml.Media.Animation.Storyboard The storyboard to play.
completedAction EventHandler An action to execute when the /// storyboard completes.
리턴 void