Search
Diagram.BranchIndicatorColor Property
See Also
 





Gets or sets the color of link branch indicators.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color BranchIndicatorColor { get; set; }

Visual Basic  Copy Code

Public Property BranchIndicatorColor As Color

 Property Value

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

 See Also