Class CollectionSegmentData
Base class for segments which have Location collection.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|