Search
DrawBranchIndicatorEventArgs.Merge Property
See Also
 





A value indicating whether the indicator designates merge or branch point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Merge { get; }

Visual Basic  Copy Code

Public ReadOnly Property Merge As Boolean

 Property Value

true to draw a merge indicator, or false to draw a branch indicator.

 See Also