ClassCollectionSegmentData
Class
Base class for segments which have Location collection.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public abstract class CollectionSegmentData : PathSegmentData, INotifyPropertyChanged
Inheritance: objectPathSegmentDataCollectionSegmentData
Derived Classes:
Implements:
Inherited Members
Constructors
CollectionSegmentData()
Declaration
cs-api-definition
protected CollectionSegmentData()
Properties
Points
Gets or sets the LocationCollection that define this Segment object.
Declaration
cs-api-definition
public LocationCollection Points { get; set; }
Property Value