C# Class ComponentFactory.Quicksilver.Layout.Animate

Base class that all animation implementations derive from.
Inheritance: MeasureElement
Afficher le fichier Open project: ComponentFactory/Quicksilver

Méthodes publiques

Свойство Type Description
IdProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ApplyAnimation ( string animateId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, double elapsedMilliseconds ) : void

Perform animation effects on the set of children.

Private Methods

Méthode Description
Animate ( ) : System

Method Details

ApplyAnimation() public abstract méthode

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.
Résultat void

Property Details

IdProperty public_oe static_oe property

Identifies the Id dependency property.
public static DependencyProperty,System.Windows IdProperty
Résultat System.Windows.DependencyProperty