ContentDialog.TitleProperty Property
Definition
Gets the identifier of the Title dependency property.
Equivalent WinUI property: Microsoft.UI.Xaml.Controls.ContentDialog.TitleProperty.
public:
static property DependencyProperty ^ TitleProperty { DependencyProperty ^ get(); };
DependencyProperty TitleProperty();
public static DependencyProperty TitleProperty { get; }
var dependencyProperty = ContentDialog.titleProperty;
Public Shared ReadOnly Property TitleProperty As DependencyProperty
Property Value
The identifier of the Title dependency property.