C# Class Lousy.Mon.AbstractDoubleAnimator

Inheritance: AbstractAnimator
Afficher le fichier Open project: ThatLousyGuy/Monolith

Protected Properties

Свойство Type Description
_from double
_to double

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
ApplyAnimationParams ( Timeline animation ) : void
CreateAnimation ( ) : Timeline

Method Details

AbstractDoubleAnimator() public méthode

public AbstractDoubleAnimator ( UIElement elem ) : Windows.UI.Xaml
elem Windows.UI.Xaml.UIElement
Résultat Windows.UI.Xaml

ApplyAnimationParams() protected méthode

protected ApplyAnimationParams ( Timeline animation ) : void
animation Windows.UI.Xaml.Media.Animation.Timeline
Résultat void

CreateAnimation() protected abstract méthode

protected abstract CreateAnimation ( ) : Timeline
Résultat Windows.UI.Xaml.Media.Animation.Timeline

From() public méthode

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
Résultat AbstractDoubleAnimator

To() public méthode

Sets the value to animate to.
public To ( double toValue ) : AbstractDoubleAnimator
toValue double
Résultat AbstractDoubleAnimator

Property Details

_from protected_oe property

protected double _from
Résultat double

_to protected_oe property

protected double _to
Résultat double