ClassMapPathView
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:
cs-api-definition
public class MapPathView : MapShapeBindableWrapper
Inheritance: objectMapShapeBindableWrapperMapPathView
Inherited Members
Constructors
MapPathView()
Initializes a new instance of the MapPathView class.
Declaration
cs-api-definition
public MapPathView()
Fields
DataProperty
Identifies the Data dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty DataProperty
Field Value
DependencyProperty
Properties
Data
Gets or sets a MapGeometryView that specifies the shape to be drawn. This is a dependency property.
Declaration
cs-api-definition
public MapGeometryView Data { get; set; }
Property Value