Search
LinkCrossingEventArgs.BottomSegmentIndex Property
See Also
 





Index of bottom link's segment that contains the intersection point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int BottomSegmentIndex { get; set; }

Visual Basic  Copy Code

Public Property BottomSegmentIndex As Integer

 Property Value

An integer index of link's segment containing IntersectionPoint.

 See Also