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

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

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

Свойство Тип Описание
_animation Windows.UI.Xaml.Media.Animation.Timeline
_duration Duration
_durationDefined bool
_ease Windows.UI.Xaml.Media.Animation.EasingFunctionBase
_elem Windows.UI.Xaml.UIElement
_eventToken EventToken
_fromDefined bool
_reverse bool
_storyboard Windows.UI.Xaml.Media.Animation.Storyboard
_toDefined bool

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

Метод Описание
AbstractAnimator ( UIElement elem ) : System
After ( EventToken token ) : EventToken

Executes the animation after the animation represented by the specified token.

After ( EventToken token, double duration, OrSo timeType ) : EventToken

Executes the animation after a specified duration after the animation represented by the specified token.

After ( double duration, OrSo timeType ) : EventToken

Executes the animation after a specified duration.

AndReverseIt ( ) : IAnimator

Sets whether to reverse the animation.

For ( double duration, OrSo timeType ) : IAnimator

Sets the duration of the animation.

Now ( ) : EventToken

Executes the animation immediately.

With ( EasingFunctionBase ease ) : IAnimator

Sets the easing function to use for the animation. Easing function objects can be reused between animations.

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

Метод Описание
ApplyAnimationParams ( Timeline animation ) : void
CreateAnimation ( ) : Timeline
CreateStoryboard ( ) : void
GetTimeSpan ( double duration, OrSo timeType ) : System.TimeSpan

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

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

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

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

Executes the animation after the animation represented by the specified token.
public After ( EventToken token ) : EventToken
token EventToken
Результат EventToken

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

Executes the animation after a specified duration after the animation represented by the specified token.
public After ( EventToken token, double duration, OrSo timeType ) : EventToken
token EventToken
duration double
timeType OrSo
Результат EventToken

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

Executes the animation after a specified duration.
public After ( double duration, OrSo timeType ) : EventToken
duration double
timeType OrSo
Результат EventToken

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

Sets whether to reverse the animation.
public AndReverseIt ( ) : IAnimator
Результат IAnimator

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

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

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

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

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

protected CreateStoryboard ( ) : void
Результат void

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

Sets the duration of the animation.
public For ( double duration, OrSo timeType ) : IAnimator
duration double
timeType OrSo
Результат IAnimator

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

protected GetTimeSpan ( double duration, OrSo timeType ) : System.TimeSpan
duration double
timeType OrSo
Результат System.TimeSpan

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

Executes the animation immediately.
public Now ( ) : EventToken
Результат EventToken

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

Sets the easing function to use for the animation. Easing function objects can be reused between animations.
public With ( EasingFunctionBase ease ) : IAnimator
ease Windows.UI.Xaml.Media.Animation.EasingFunctionBase
Результат IAnimator

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

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

protected Timeline,Windows.UI.Xaml.Media.Animation _animation
Результат Windows.UI.Xaml.Media.Animation.Timeline

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

protected Duration _duration
Результат Duration

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

protected bool _durationDefined
Результат bool

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

protected EasingFunctionBase,Windows.UI.Xaml.Media.Animation _ease
Результат Windows.UI.Xaml.Media.Animation.EasingFunctionBase

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

protected UIElement,Windows.UI.Xaml _elem
Результат Windows.UI.Xaml.UIElement

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

protected EventToken,Lousy.Mon _eventToken
Результат EventToken

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

protected bool _fromDefined
Результат bool

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

protected bool _reverse
Результат bool

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

protected Storyboard,Windows.UI.Xaml.Media.Animation _storyboard
Результат Windows.UI.Xaml.Media.Animation.Storyboard

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

protected bool _toDefined
Результат bool