FrameworkTemplate.Template Proprietà

Definizione

Ottiene o imposta un riferimento all'oggetto che registra o riproduce i nodi XAML per il modello quando il modello è definito o è applicato da un writer.

public:
 property System::Windows::TemplateContent ^ Template { System::Windows::TemplateContent ^ get(); void set(System::Windows::TemplateContent ^ value); };
[System.Windows.Markup.Ambient]
public System.Windows.TemplateContent Template { get; set; }
[<System.Windows.Markup.Ambient>]
member this.Template : System.Windows.TemplateContent with get, set
Public Property Template As TemplateContent

Valore della proprietà

TemplateContent

Un riferimento all'oggetto che registra o riproduce i nodi XAML per il modello.

Attributi

Si applica a

Vedi anche