Gets or sets the DataTemplate used to display each item.

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

Syntax

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

See Also