C# 클래스 Rooler.GridLengthAnimationBase

상속: System.Windows.Media.Animation.AnimationTimeline
파일 보기 프로젝트 열기: peteblois/rooler

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GridLengthAnimationBase ( ) : System

메소드 상세

GetCurrentValue() 공개 메소드

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

GetCurrentValueCore() 공개 추상적인 메소드

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

GridLengthAnimationBase() 보호된 메소드

protected GridLengthAnimationBase ( ) : System
리턴 System