C# Класс Lousy.Mon.RotateAnimator

A frontend for animating the rotation (in degrees) of a UIElement
Наследование: AbstractAffineDoubleAnimator
Показать файл Открыть проект

Открытые методы

Метод Описание
InstantlyFrom ( double fromValue ) : RotateAnimator

Sets the rotation immediately, before the animation activates.

RotateAnimator ( UIElement elem ) : System

Защищенные методы

Метод Описание
CreateAnimation ( ) : Timeline

Описание методов

CreateAnimation() защищенный Метод

protected CreateAnimation ( ) : Timeline
Результат Windows.UI.Xaml.Media.Animation.Timeline

InstantlyFrom() публичный Метод

Sets the rotation immediately, before the animation activates.
public InstantlyFrom ( double fromValue ) : RotateAnimator
fromValue double
Результат RotateAnimator

RotateAnimator() публичный Метод

public RotateAnimator ( UIElement elem ) : System
elem Windows.UI.Xaml.UIElement
Результат System