Search
DiagramExtensions.MergeThreshold Method
See Also
 





Sets the maximum distance between adjacent control points of an arrow at which the respective segments can be merged.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram MergeThreshold (
    Diagram diagram,
    float value
)

Visual Basic  Copy Code

Public Shared Function MergeThreshold( _
    diagram As Diagram, _
    value As Single _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also