menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SegmentSnapInfo - UWP 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
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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>

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved