ASP.NET Pack Programmer's Guide
Diagram.MergeThreshold Property
See Also
 





Gets or sets the maximum distance between adjacent control points of a link at which the respective segments can be merged.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float MergeThreshold { get; set; }

Visual Basic  Copy Code

Public Property MergeThreshold As Single

 Property Value

A float value Specifying the maximum distance in the current MeasureUnit. The default is 0.

 Remarks

An user may add or remove links' segments interactively when the AllowSplitLinks property is enabled. They can drag a link's control point over the next one in order to merge two adjacent segments. Usually the two points must be placed exactly at the same coordinates in order to merge the respective segments of the link. Assign a larger value to this property if you wish to make it easier for users to merge segments by just moving link's control point close one to another.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace