Search
DrawBranchIndicatorEventArgs.To Property
See Also
 





A Vector specifying the direction of the outgoing link segment.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Vector To { get; }

Visual Basic  Copy Code

Public ReadOnly Property To As Vector

 Property Value

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

 See Also