C# Class Microsoft.Phone.Controls.TransitionElement

Transition factory for a particular transition family.
Inheritance: DependencyObject
Afficher le fichier Open project: jeffwilcox/4thandmayor-ancient Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

GetTransition() public abstract méthode

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