Class MapDataTemplateSelector
Template selector which allows using of the properties of the RadMap and InformationLayer objects.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapDataTemplateSelector : DataTemplateSelector
Constructors
MapDataTemplateSelector()
Declaration
public MapDataTemplateSelector()
Properties
Layer
Gets or sets information layer this template selector belongs to.
Declaration
public InformationLayer Layer { get; set; }
Property Value
InformationLayer
|