Search
Diagram.BranchIndicatorColor Property
See Also
 





Gets or sets the color of link branch indicators.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color BranchIndicatorColor { get; set; }

Visual Basic  Copy Code

Public Property BranchIndicatorColor As Color

 Property Value

A Microsoft.Maui.Graphics.Color instance specifying the color of branch indicators. The default value is LightGreen.

 See Also