Search
Diagram.MergeIndicatorColor Property
See Also
 





Gets or sets the color of link merge indicators.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color MergeIndicatorColor { get; set; }

Visual Basic  Copy Code

Public Property MergeIndicatorColor As Color

 Property Value

A System.Drawing.Color instance specifying the color of branch indicators. The default value is LightGreen.

 See Also