ContentDialog.TitleTemplate 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 template.
DataTemplate TitleTemplate();
void TitleTemplate(DataTemplate value);
public DataTemplate TitleTemplate { get; set; }
var dataTemplate = contentDialog.titleTemplate;
contentDialog.titleTemplate = dataTemplate;
Public Property TitleTemplate As DataTemplate
<ContentDialog>
<ContentDialog.TitleTemplate>
singleDataTemplate
</ContentDialog.TitleTemplate>
</ContentDialog>
- or -
<ContentDialog TitleTemplate="resourceReferenceToDataTemplate"/>
Property Value
The title template.