ContentDialog.Title Property
Definition
Gets or sets the title of the dialog.
public:
property Platform::Object ^ Title { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Title();
void Title(IInspectable value);
public object Title { get; set; }
Public Property Title As Object
<ContentDialog Title="string"/>
- or -
<ContentDialog>
<ContentDialog.Title>
singleObject
</ContentDialog.Title>
</ContentDialog>
Property Value
The title of the dialog.