Gets or sets the size of link merge indicators.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double MergeIndicatorSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MergeIndicatorSize As Double |
A double value specifying the size of branch indicators. The default value is 4.
See Also