Defines values that indicate how to mark link branching points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum BranchIndicator |
Visual Basic
Copy Code
|
|---|
Public Enum BranchIndicator |
Members| Member name | Description | |
|---|---|---|
![]() |
Arrow |
Draw a bent arrow that also shows the link direction. |
![]() |
Circle |
Draw a circle centered on the branching point. |
![]() |
Custom |
Raise DrawBranchIndicator event to enable custom drawing of branch indicators. |
![]() |
None |
Do not draw indicators. |
See Also