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

Наследование: AbstractAnimator
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_from double
_to double

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

Метод Описание
AbstractDoubleAnimator ( UIElement elem ) : Windows.UI.Xaml
From ( double fromValue ) : AbstractDoubleAnimator

Sets the value to animate from. If left unset, the animation will start from the current value of the property to be animated.

To ( double toValue ) : AbstractDoubleAnimator

Sets the value to animate to.

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

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

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

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

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

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

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

CreateAnimation() защищенный абстрактный Метод

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

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

Sets the value to animate from. If left unset, the animation will start from the current value of the property to be animated.
public From ( double fromValue ) : AbstractDoubleAnimator
fromValue double
Результат AbstractDoubleAnimator

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

Sets the value to animate to.
public To ( double toValue ) : AbstractDoubleAnimator
toValue double
Результат AbstractDoubleAnimator

Описание свойств

_from защищенное свойство

protected double _from
Результат double

_to защищенное свойство

protected double _to
Результат double