Search
Diagram.MergeIndicatorSize Property
See Also
 





Gets or sets the size of link merge indicators.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float MergeIndicatorSize { get; set; }

Visual Basic  Copy Code

Public Property MergeIndicatorSize As Single

 Property Value

A float value specifying the size of branch indicators. The default value is 4.

 See Also