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