Search
DrawBranchIndicatorEventArgs.From Property
See Also
 





A Vector specifying the direction of the incoming link segment.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Vector From { get; }

Visual Basic  Copy Code

Public ReadOnly Property From As Vector

 Property Value

A Vector instance specifying the link direction before the branch point's bend.

 See Also