C# Класс Microsoft.Phone.Controls.TransitionElement

Transition factory for a particular transition family.
Наследование: DependencyObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetTransition ( UIElement element ) : ITransition

Creates a new T:Microsoft.Phone.Controls.ITransition for a T:System.Windows.UIElement. Existing F:System.Windows.UIElement.RenderTransformProperty or F:System.Windows.UIElement.ProjectionProperty values may be saved and cleared before the start of the transition, then restored it after it is stopped or completed.

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

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

Creates a new T:Microsoft.Phone.Controls.ITransition for a T:System.Windows.UIElement. Existing F:System.Windows.UIElement.RenderTransformProperty or F:System.Windows.UIElement.ProjectionProperty values may be saved and cleared before the start of the transition, then restored it after it is stopped or completed.
public abstract GetTransition ( UIElement element ) : ITransition
element UIElement The .
Результат ITransition