Class MapPathView
Draws a series of connected lines and curves given in the geographical coordinates.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapPathView : MapShapeBindableWrapper
Constructors
MapPathView()
Initializes a new instance of the MapPathView class.
Declaration
public MapPathView()
Fields
DataProperty
Identifies the Data dependency property.
Declaration
public static readonly DependencyProperty DataProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Data
Gets or sets a MapGeometryView that specifies the shape to be drawn. This is a dependency property.
Declaration
public MapGeometryView Data { get; set; }
Property Value
MapGeometryView
|