ContentDialog.Title Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
var object = contentDialog.title;
contentDialog.title = object;
Public Property Title As Object
<ContentDialog Title="string"/>
- or -
<ContentDialog>
<ContentDialog.Title>
singleObject
</ContentDialog.Title>
</ContentDialog>
Property Value
The title of the dialog.