C# Class System.Windows.Media.Glitz.ProceduralAnimationSet

An animation that composes a set of multiple animations playing simulataneously.
Inheritance: ProceduralAnimation
Afficher le fichier Open project: nikhilk/silverlightfx Class Usage Examples

Méthodes publiques

Méthode Description
ProceduralAnimationSet ( ) : System

Creates an AnimationSet with the specified set of individual animations.

Méthodes protégées

Méthode Description
PlayCore ( ) : void
ProgressCore ( bool startRepetition, bool startReverse, System.DateTime timeStamp ) : bool
Repeat ( bool reverse ) : void
StopCore ( bool completed, ProceduralAnimationStopState stopState ) : void

Method Details

PlayCore() protected méthode

protected PlayCore ( ) : void
Résultat void

ProceduralAnimationSet() public méthode

Creates an AnimationSet with the specified set of individual animations.
public ProceduralAnimationSet ( ) : System
Résultat System

ProgressCore() protected méthode

protected ProgressCore ( bool startRepetition, bool startReverse, System.DateTime timeStamp ) : bool
startRepetition bool
startReverse bool
timeStamp System.DateTime
Résultat bool

Repeat() protected méthode

protected Repeat ( bool reverse ) : void
reverse bool
Résultat void

StopCore() protected méthode

protected StopCore ( bool completed, ProceduralAnimationStopState stopState ) : void
completed bool
stopState ProceduralAnimationStopState
Résultat void