New to Telerik UI for WPFStart a free 30-day trial

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

Definition

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; }