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