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

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

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

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

Sets the X scale immediately, before the animation activates.

ScaleXAnimator ( UIElement elem ) : System

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

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

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

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

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

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

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

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

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