C# Class Rooler.GridLengthAnimationBase

Inheritance: System.Windows.Media.Animation.AnimationTimeline
Afficher le fichier Open project: peteblois/rooler

Méthodes publiques

Méthode Description
GetCurrentValue ( object defaultOriginValue, object defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock ) : object
GetCurrentValueCore ( System.Windows.GridLength defaultOriginValue, System.Windows.GridLength defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock ) : System.Windows.GridLength

Méthodes protégées

Méthode Description
GridLengthAnimationBase ( ) : System

Method Details

GetCurrentValue() public méthode

public GetCurrentValue ( object defaultOriginValue, object defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock ) : object
defaultOriginValue object
defaultDestinationValue object
animationClock System.Windows.Media.Animation.AnimationClock
Résultat object

GetCurrentValueCore() public abstract méthode

public abstract GetCurrentValueCore ( System.Windows.GridLength defaultOriginValue, System.Windows.GridLength defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock ) : System.Windows.GridLength
defaultOriginValue System.Windows.GridLength
defaultDestinationValue System.Windows.GridLength
animationClock System.Windows.Media.Animation.AnimationClock
Résultat System.Windows.GridLength

GridLengthAnimationBase() protected méthode

protected GridLengthAnimationBase ( ) : System
Résultat System