C# Class Lousy.Mon.MoveXAnimator

A frontend for animating the translation of a UIElement along the X axis
Inheritance: AbstractAffineDoubleAnimator
Afficher le fichier Open project: ThatLousyGuy/Monolith

Méthodes publiques

Méthode Description
InstantlyFrom ( double fromValue ) : MoveXAnimator

Sets the X translation immediately, before the animation activates.

MoveXAnimator ( UIElement elem ) : System

Méthodes protégées

Méthode Description
CreateAnimation ( ) : Timeline

Method Details

CreateAnimation() protected méthode

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

InstantlyFrom() public méthode

Sets the X translation immediately, before the animation activates.
public InstantlyFrom ( double fromValue ) : MoveXAnimator
fromValue double
Résultat MoveXAnimator

MoveXAnimator() public méthode

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