Class
MapPathView

Draws a series of connected lines and curves given in the geographical coordinates.

Definition

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

MapGeometryView