Class ConnectorSegments
Represents the collections of IConnectorSegment.
Inheritance
System.Object
ConnectorSegments
Implements
System.Collections.Generic.IList<IConnectorSegment>
System.Collections.Generic.ICollection<IConnectorSegment>
System.Collections.Generic.IEnumerable<IConnectorSegment>
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ConnectorSegments : ObservableCollection<IConnectorSegment>, IConnectorSegments, IList<IConnectorSegment>, ICollection<IConnectorSegment>, IEnumerable<IConnectorSegment>, IEnumerable, INotifyCollectionChanged
Constructors
ConnectorSegments()
Declaration
public ConnectorSegments()
Implements
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged