Windows.UI.Xaml.Controls.ContentDialog.Title

June 22, 2022 ยท View on GitHub

-description

Gets or sets the title of the dialog.

-xaml-syntax

<ContentDialog Title="string"/>
- or -
<ContentDialog>
  <ContentDialog.Title>
    singleObject
  </ContentDialog.Title>
</ContentDialog>

-xaml-values

string
stringA text string for the title.
singleObject
singleObjectAn single object element that serves as title content. Use discretion when using objects; not all objects are suitable for use within the limited presentation area.
## -property-value The title of the dialog.

-remarks

-examples

-see-also