WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IConnectorSegments

    Show / Hide Table of Contents

    Interface IConnectorSegments

    Represents the collections of IConnectorSegment.

    Inherited Members
    System.Collections.Generic.IList<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.IndexOf(Syncfusion.UI.Xaml.Diagram.IConnectorSegment)
    System.Collections.Generic.IList<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.Insert(System.Int32, Syncfusion.UI.Xaml.Diagram.IConnectorSegment)
    System.Collections.Generic.IList<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.RemoveAt(System.Int32)
    System.Collections.Generic.IList<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.Item[System.Int32]
    System.Collections.Generic.ICollection<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.Add(Syncfusion.UI.Xaml.Diagram.IConnectorSegment)
    System.Collections.Generic.ICollection<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.Clear()
    System.Collections.Generic.ICollection<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.Contains(Syncfusion.UI.Xaml.Diagram.IConnectorSegment)
    System.Collections.Generic.ICollection<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.CopyTo(Syncfusion.UI.Xaml.Diagram.IConnectorSegment[], System.Int32)
    System.Collections.Generic.ICollection<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.Remove(Syncfusion.UI.Xaml.Diagram.IConnectorSegment)
    System.Collections.Generic.ICollection<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.Count
    System.Collections.Generic.ICollection<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.IsReadOnly
    System.Collections.Generic.IEnumerable<Syncfusion.UI.Xaml.Diagram.IConnectorSegment>.GetEnumerator()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public interface IConnectorSegments : IList<IConnectorSegment>, ICollection<IConnectorSegment>, IEnumerable<IConnectorSegment>, IEnumerable, INotifyCollectionChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved