WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TargetConnector - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TargetConnector

    Connector that is nearer to the moving object.

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

    Properties

    Connector

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

    Declaration
    public Connector Connector { get; }
    Property Value
    Type Description
    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 Description
    System.Collections.Generic.List<System.Windows.Point>

    SegmentStartPoint

    Gets or sets the starting point of the TargetSegment

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

    TargetSegment

    Gets or sets the nearest segment of the target connector.

    Declaration
    public IConnectorSegment TargetSegment { get; }
    Property Value
    Type Description
    IConnectorSegment
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved