Gets or set the label template associated with the place mark.

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

Syntax

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

Remarks

The label is created from the template only if the Label property is not set.

See Also