menu

UWP

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

    Show / Hide Table of Contents

    Class TargetConnector

    Connector that is nearer to the moving object.

    Inheritance
    System.Object
    TargetConnector
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class TargetConnector : Object

    Properties

    Connector

    Gets or sets the Connector that is nearer to the moving object

    Declaration
    public Connector Connector { get; }
    Property Value
    Type
    Connector

    IntersectingPoints

    Gets or sets the collection of intersecting points between the target segment and the moving object.

    Declaration
    public List<Point> IntersectingPoints { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<Windows.Foundation.Point>

    SegmentStartPoint

    Gets or sets the starting point of the TargetSegment

    Declaration
    public Point SegmentStartPoint { get; }
    Property Value
    Type
    Windows.Foundation.Point

    TargetSegment

    Gets or sets the nearest segment of the target connector.

    Declaration
    public IConnectorSegment TargetSegment { get; }
    Property Value
    Type
    IConnectorSegment

    Extension Methods

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