Method | Description | |
---|---|---|
Enqueue ( |
Accepts a new storyboard to play in sequence.
|
Method | Description | |
---|---|---|
Dequeue ( ) : void |
Removes the next storyboard in the queue and plays it.
|
public Enqueue ( |
||
storyBoard | The storyboard to play. | |
completedAction | EventHandler | An action to execute when the /// storyboard completes. |
return | void |