C# Класс ComponentFactory.Quicksilver.Layout.Animate

Base class that all animation implementations derive from.
Наследование: MeasureElement
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IdProperty System.Windows.DependencyProperty

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

Метод Описание
ApplyAnimation ( string animateId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, double elapsedMilliseconds ) : void

Perform animation effects on the set of children.

Приватные методы

Метод Описание
Animate ( ) : System

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

ApplyAnimation() публичный абстрактный Метод

Perform animation effects on the set of children.
public abstract ApplyAnimation ( string animateId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, double elapsedMilliseconds ) : void
animateId string Identifier of the animate to be used.
metaPanel MetaPanelBase Reference to owning panel instance.
stateDict MetaElementStateDict Dictionary of per-element state.
elements ICollection Collection of elements to be animated.
elapsedMilliseconds double Elapsed milliseconds since last animation cycle.
Результат void

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

IdProperty публичное статическое свойство

Identifies the Id dependency property.
public static DependencyProperty,System.Windows IdProperty
Результат System.Windows.DependencyProperty