Control.TemplateProperty Property

Definition

Identifies the Template  dependency property.

public:
 static property DependencyProperty ^ TemplateProperty { DependencyProperty ^ get(); };
static DependencyProperty TemplateProperty();
public static DependencyProperty TemplateProperty { get; }
var dependencyProperty = Control.templateProperty;
Public Shared ReadOnly Property TemplateProperty As DependencyProperty

Property Value

The identifier for the Template  dependency property.

Applies to