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.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public FrameworkElement TemplateContent { get; set; }
Property Value
Type:
FrameworkElementSee Also