Class ConnectorCollection
An custom observable collection of connectors.
Inheritance
System.Object
ConnectorCollection
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class ConnectorCollection : ObservableCollection<IConnector>
Constructors
ConnectorCollection()
Declaration
public ConnectorCollection()
Properties
Item[String]
Gets the IConnector with at specified position.
Declaration
public IConnector this[string name] { get; }
Parameters
System.String
name
|
Property Value
IConnector
|
Methods
Contains(String)
Determines whether the collection contains a connector with the specified name.
Declaration
public bool Contains(string name)
Parameters
System.String
name
The name of a connector. |
Returns
System.Boolean
|