Class CollectionSegmentData
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 CollectionSegmentData : PathSegmentData, INotifyPropertyChanged
Constructors
CollectionSegmentData()
Declaration
protected CollectionSegmentData()
Properties
Points
Gets or sets the LocationCollection that define this Segment object.
Declaration
public LocationCollection Points { get; set; }
Property Value
LocationCollection
|