C# 클래스 Lousy.Mon.AbstractDoubleAnimator

상속: AbstractAnimator
파일 보기 프로젝트 열기: ThatLousyGuy/Monolith

보호된 프로퍼티들

프로퍼티 타입 설명
_from double
_to double

공개 메소드들

메소드 설명
AbstractDoubleAnimator ( UIElement elem ) : Windows.UI.Xaml
From ( double fromValue ) : AbstractDoubleAnimator

Sets the value to animate from. If left unset, the animation will start from the current value of the property to be animated.

To ( double toValue ) : AbstractDoubleAnimator

Sets the value to animate to.

보호된 메소드들

메소드 설명
ApplyAnimationParams ( Timeline animation ) : void
CreateAnimation ( ) : Timeline

메소드 상세

AbstractDoubleAnimator() 공개 메소드

public AbstractDoubleAnimator ( UIElement elem ) : Windows.UI.Xaml
elem Windows.UI.Xaml.UIElement
리턴 Windows.UI.Xaml

ApplyAnimationParams() 보호된 메소드

protected ApplyAnimationParams ( Timeline animation ) : void
animation Windows.UI.Xaml.Media.Animation.Timeline
리턴 void

CreateAnimation() 보호된 추상적인 메소드

protected abstract CreateAnimation ( ) : Timeline
리턴 Windows.UI.Xaml.Media.Animation.Timeline

From() 공개 메소드

Sets the value to animate from. If left unset, the animation will start from the current value of the property to be animated.
public From ( double fromValue ) : AbstractDoubleAnimator
fromValue double
리턴 AbstractDoubleAnimator

To() 공개 메소드

Sets the value to animate to.
public To ( double toValue ) : AbstractDoubleAnimator
toValue double
리턴 AbstractDoubleAnimator

프로퍼티 상세

_from 보호되어 있는 프로퍼티

protected double _from
리턴 double

_to 보호되어 있는 프로퍼티

protected double _to
리턴 double