MapCollectionSegment
Class
Base class for segments which have Location collection.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class MapCollectionSegment : MapPathSegment
Inheritance: objectMapPathSegmentMapCollectionSegment
Derived Classes:
Inherited Members
Constructors
C#
protected MapCollectionSegment()
Fields
PointsProperty
DependencyProperty
Identifies the Points dependency property.
C#
public static readonly DependencyProperty PointsProperty
Properties
Gets or sets the LocationCollection that define this PolyBezierSegment object. This is a dependency property.
C#
public LocationCollection Points { get; set; }