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

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

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

Метод Описание
HeightAnimator ( UIElement elem ) : System
InstantlyFrom ( double fromValue ) : HeightAnimator

Sets the height immediately, before the animation activates.

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

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

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

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

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

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

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

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

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