C# Class Lousy.Mon.HeightAnimator

A frontend for animating the height of a UIElement
Inheritance: AbstractDoubleAnimator
Afficher le fichier Open project: ThatLousyGuy/Monolith

Méthodes publiques

Méthode Description
HeightAnimator ( UIElement elem ) : System
InstantlyFrom ( double fromValue ) : HeightAnimator

Sets the height immediately, before the animation activates.

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

HeightAnimator() public méthode

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

InstantlyFrom() public méthode

Sets the height immediately, before the animation activates.
public InstantlyFrom ( double fromValue ) : HeightAnimator
fromValue double
Résultat HeightAnimator