Windows.UI.Xaml.Controls.ContentDialog.PrimaryButtonText
June 22, 2022 · View on GitHub
-description
Gets or sets the text to display on the primary button.
-xaml-syntax
<ContentDialog PrimaryButtonText="string"/>
-property-value
The text to display on the primary button. To hide this button, set the text to null or string.empty. The default is empty.