ContentDialog.TitleTemplateProperty Property

Definition

Gets the identifier of the TitleTemplate dependency property.

public:
 static property DependencyProperty ^ TitleTemplateProperty { DependencyProperty ^ get(); };
static DependencyProperty TitleTemplateProperty();
public static DependencyProperty TitleTemplateProperty { get; }
var dependencyProperty = ContentDialog.titleTemplateProperty;
Public Shared ReadOnly Property TitleTemplateProperty As DependencyProperty

Property Value

The identifier of the TitleTemplate dependency property.

Applies to