Gets or sets a single Transition that will be used to switch between content.

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); }

A single Transition that will be used to switch between content.

To use more than one transition, see TransitionSelector.