Raised when a branch indicator must be custom-drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<DrawBranchIndicatorEventArgs> DrawBranchIndicator |
Visual Basic Copy Code |
---|
Public Event DrawBranchIndicator As EventHandler(Of DrawBranchIndicatorEventArgs) |
Member name | Description |
---|---|
A Vector specifying the direction of the incoming link segment. | |
Gets an IGraphics object whose methods should be used to draw the branch indicator. | |
true to draw a merge indicator, or false to draw a branch indicator. | |
A PointF specifying the position of the branch indicator. | |
A Vector specifying the direction of the outgoing link segment. |
This event is raised when LinkBranchIndicator and/or LinkMergeIndicator properties are set to Custom.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |