C# Class Lousy.Mon.RotateAnimator

A frontend for animating the rotation (in degrees) of a UIElement
Inheritance: AbstractAffineDoubleAnimator
Afficher le fichier Open project: ThatLousyGuy/Monolith

Méthodes publiques

Méthode Description
InstantlyFrom ( double fromValue ) : RotateAnimator

Sets the rotation immediately, before the animation activates.

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

RotateAnimator() public méthode

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