Raised when a branch indicator must be custom-drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawBranchIndicatorEventArgs> DrawBranchIndicator |
Visual Basic
Copy Code
|
|---|
Public Event DrawBranchIndicator As EventHandler(Of DrawBranchIndicatorEventArgs) |
Event DataMember 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. |
RemarksThis event is raised when LinkBranchIndicator and/or LinkMergeIndicator properties are set to Custom.
See Also