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

Animates element opacity for removing elements.
Наследование: OpacityEasingAnimate
Показать файл Открыть проект Примеры использования класса

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

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

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

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

Perform animation effects on the set of children.

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

Метод Описание
OnCoerceEnd ( DependencyObject d, object baseValue ) : object
OnCoerceStart ( DependencyObject d, object baseValue ) : object
RemoveOpacityAnimate ( ) : System

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

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

Perform animation effects on the set of children.
public 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

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

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

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

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

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