Search
Diagram.BranchIndicatorSize Property
See Also
 





Gets or sets the size of link branch indicators.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double BranchIndicatorSize { get; set; }

Visual Basic  Copy Code

Public Property BranchIndicatorSize As Double

 Property Value

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

 See Also