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

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

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

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

Sets the Y scale immediately, before the animation activates.

ScaleYAnimator ( UIElement elem ) : System

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

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

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

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

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

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

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

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

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