ContentTemplate Property

Transitionals

Transitionals ContentTemplate Property
NamespacesTransitionals.ControlsTransitionElementContentTemplate
Gets or sets the data template used to display the content of the TransitionElement. This is a dependency property.
Declaration Syntax
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);
}
Remarks
Set this property to a DataTemplate to specify the appearance of the TransitionElement. For more information on data templates, see Data Templating Overview.

Assembly: Transitionals (Module: Transitionals) Version: 1.0.0.0 (1.0.0.0)