Page.Template Property

Definition

Gets or sets the control template for a Page.

public:
 property System::Windows::Controls::ControlTemplate ^ Template { System::Windows::Controls::ControlTemplate ^ get(); void set(System::Windows::Controls::ControlTemplate ^ value); };
public System.Windows.Controls.ControlTemplate Template { get; set; }
member this.Template : System.Windows.Controls.ControlTemplate with get, set
Public Property Template As ControlTemplate

Property Value

The ControlTemplate for a Page.

Remarks

XAML Attribute Usage

<object Template="{resourceExtension styleResourceKey}"/>  

XAML Values

resourceExtension
A markup extension that identifies how to reference the template resource, either StaticResource or DynamicResource. See XAML Resources.

styleResourceKey
The key that identifies the requested template selector. The key refers to an existing resource in a ResourceDictionary.

Note

Property element syntax is technically possible, but not recommended. For more information, see Inline Styles and Templates.

Dependency Property Information

Identifier field TemplateProperty
Metadata properties set to true AffectsMeasure

Applies to