menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SegmentSnapInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SegmentSnapInfo

    Information about the Collection of connectors that are nearer to the moving object.

    Inheritance
    System.Object
    SnapInfo
    SegmentSnapInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class SegmentSnapInfo : SnapInfo

    Properties

    TargetConnectors

    Gets or sets the collection of connectors that are nearer to the moving object

    Declaration
    public List<TargetConnector> TargetConnectors { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<TargetConnector>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved