Click or drag to resize
TemplateInstanceTemplateContent Property
Gets or sets the visual subtree that has been generated for the FrameworkTemplate. Note: this should only be used inside the methods put as parameter in FrameworkTemplate.SetMethodToInstantiateFrameworkTemplate, to define the root of the Template's generated subtree.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public FrameworkElement TemplateContent { get; set; }

Property Value

Type: FrameworkElement
See Also