Transitionals
ContentTemplate Property
Namespaces ► Transitionals.Controls ► TransitionElement ► ContentTemplate
Gets or sets the data template used to display the content of the TransitionElement.
This is a dependency property.

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

Set this property to a DataTemplate to specify the appearance of the TransitionElement.
For more information on data templates, see
Data Templating Overview.