A simple implementation of the IDummyEdgeConverter interface that will make the IFoldedGraph view contain at most one dummy edge between each pair of nodes by letting a single dummy edge represent all master edges.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class MergingDummyEdgeConverter : AbstractDummyEdgeConverter
Visual Basic
Public Class MergingDummyEdgeConverter _
	Inherits AbstractDummyEdgeConverter

Remarks

This implementation by default, will have the ResetDummyPorts property and the ResetBends property set to falseFalsefalsefalse (False in Visual Basic).

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..AbstractDummyEdgeConverter
    yWorks.yFiles.UI.Model..::..MergingDummyEdgeConverter

See Also