RadControls for Silverlight

Represents a collection of MapPathSegmentCollection objects that can be individually accessed by index.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public class MapPathSegmentCollection : ObservableCollection<MapPathSegment>
Visual Basic
Public Class MapPathSegmentCollection _
	Inherits ObservableCollection(Of MapPathSegment)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'MapPathSegment>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'MapPathSegment>)>)>
      Telerik.Windows.Controls.Map..::..MapPathSegmentCollection

See Also