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

A frontend for animating the translation of a UIElement along the Y axis
Наследование: AbstractAffineDoubleAnimator
Показать файл Открыть проект

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

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

Sets the Y translation immediately, before the animation activates.

MoveYAnimator ( UIElement elem ) : System

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

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

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

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

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

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

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

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

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