Search
Diagram.LinkBranchIndicator Property
See Also
 





Gets or sets a value indicating what shapes to display as markers at points where overlapping Cascading links diverge.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public BranchIndicator LinkBranchIndicator { get; set; }

Visual Basic  Copy Code

Public Property LinkBranchIndicator As BranchIndicator

 Property Value

A member of the BranchIndicator enumeration. The default value is None.

 See Also