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; }
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

Object

Platform::Object

IInspectable

The title of the dialog.

Applies to