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