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 |