ContentDialog.PrimaryButtonTextProperty Property

Definition

Gets the identifier of the PrimaryButtonText dependency property.

public:
 static property DependencyProperty ^ PrimaryButtonTextProperty { DependencyProperty ^ get(); };
static 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.

Applies to