MapPolylineView
Class
Represents series of connected straight lines given in the geographical coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapPolylineView : MapShapeBindableWrapper
Inheritance: objectMapShapeBindableWrapperMapPolylineView
Derived Classes:
Inherited Members
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; }