Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 803 Bytes

contentdialog_title.md

File metadata and controls

41 lines (29 loc) · 803 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ContentDialog.Title
winrt property

Windows.UI.Xaml.Controls.ContentDialog.Title

-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