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

Represents series of connected straight lines given in the geographical coordinates.

Definition

Constructors

Initializes a new instance of the MapPolylineView class.

C#
public MapPolylineView()

Fields

FillRuleProperty

DependencyProperty

Identifies the FillRule dependency property.

C#
public static readonly DependencyProperty FillRuleProperty

PointsProperty

DependencyProperty

Identifies the Points dependency property.

C#
public static readonly DependencyProperty PointsProperty

Properties

FillRule

FillRule

Gets or sets a FillRule enumeration that specifies how the interior fill of the shape is determined. This is a dependency property.

C#
public FillRule FillRule { get; set; }

Gets or sets a collection that contains the vertex points of the Polyline. This is a dependency property.

C#
public LocationCollection Points { get; set; }