C# Class Rooler.GridLengthAnimationBase

Inheritance: System.Windows.Media.Animation.AnimationTimeline
Mostrar archivo Open project: peteblois/rooler

Public Methods

Method 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

Protected Methods

Method Description
GridLengthAnimationBase ( ) : System

Method Details

GetCurrentValue() public method

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

GetCurrentValueCore() public abstract method

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
return System.Windows.GridLength

GridLengthAnimationBase() protected method

protected GridLengthAnimationBase ( ) : System
return System