ClassMapPolylineView
Represents series of connected straight lines given in the geographical coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class MapPolylineView : MapShapeBindableWrapper
Inheritance: objectMapShapeBindableWrapperMapPolylineView
Derived Classes:
Inherited Members
Constructors
MapPolylineView()
Initializes a new instance of the MapPolylineView class.
Declaration
public MapPolylineView()
Fields
FillRuleProperty
Identifies the FillRule dependency property.
Declaration
public static readonly DependencyProperty FillRuleProperty
Field Value
DependencyProperty
PointsProperty
Identifies the Points dependency property.
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
DependencyProperty
Properties
FillRule
Gets or sets a FillRule enumeration that specifies how the interior fill of the shape is determined. This is a dependency property.
Declaration
public FillRule FillRule { get; set; }
Property Value
FillRule
Points
Gets or sets a collection that contains the vertex points of the Polyline. This is a dependency property.
Declaration
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public LocationCollection Points { get; set; }
Property Value