Gets or sets a DataTemplate to format the prompt or display additional prompt content such as a graphic. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public DataTemplate PromptTemplate { get; set; }
Visual Basic (Declaration)
Public Property PromptTemplate As DataTemplate

Remarks

Dependency Property Information
Identifier field PromptTemplateProperty
Metadata properties set to true None

See Also