ContentControl.ContentTemplateProperty Property

Definition

Identifies the ContentTemplate dependency property

public:
 static property DependencyProperty ^ ContentTemplateProperty { DependencyProperty ^ get(); };
static DependencyProperty ContentTemplateProperty();
public static DependencyProperty ContentTemplateProperty { get; }
var dependencyProperty = ContentControl.contentTemplateProperty;
Public Shared ReadOnly Property ContentTemplateProperty As DependencyProperty

Property Value

The identifier for the ContentTemplate dependency property.

Applies to