Gets or sets the data template that is used to display the content of the wrapped ContentControl.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public DataTemplate ContentTemplate { get; set; }
Visual Basic
Public Property ContentTemplate As DataTemplate
	Get
	Set

See Also