FrameworkTemplate::Template Property

.NET Framework (current version)
 

Gets or sets a reference to the object that records or plays the XAML nodes for the template when the template is defined or applied by a writer.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
[AmbientAttribute]
property TemplateContent^ Template {
	TemplateContent^ get();
	void set(TemplateContent^ value);
}

Property Value

Type: System.Windows::TemplateContent^

A reference to the object that records or plays the XAML nodes for the template.

.NET Framework
Available since 4.0
Return to top
Show: