ConnectorCollection
Class
An custom observable collection of connectors.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class ConnectorCollection : ObservableCollection<IConnector>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<IConnector>ObservableCollection<IConnector>ConnectorCollection
Implements:
Inherited Members
Constructors
C#
public ConnectorCollection()
Properties
Gets the IConnector with at specified position.