Search
Diagram.LinkMergeIndicator Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public BranchIndicator LinkMergeIndicator { get; set; }

Visual Basic  Copy Code

Public Property LinkMergeIndicator As BranchIndicator

 Property Value

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

 See Also