Transitionals
Transition Property
Namespaces ► Transitionals.Controls ► TransitionElement ► Transition
Gets or sets the currently selected transition. This is a dependency property.

C# | Visual Basic | Visual C++ |
public Transition Transition { get; set; }
Public Property Transition As Transition
public: property Transition^ Transition { Transition^ get (); void set (Transition^ value); }

The currently selected Transition.

This transition will be used to animate between old content and new content
whenever the value of the Content property has changed.