Defines values that indicate how to mark link branching points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum BranchIndicator |
Visual Basic Copy Code |
---|
Public Enum BranchIndicator |
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. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |