C# Class Lousy.Mon.ScaleXAnimator

A frontend for animating the scale 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 ) : ScaleXAnimator

Sets the X scale immediately, before the animation activates.

ScaleXAnimator ( 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 scale immediately, before the animation activates.
public InstantlyFrom ( double fromValue ) : ScaleXAnimator
fromValue double
Résultat ScaleXAnimator

ScaleXAnimator() public méthode

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