Simple default implementation of the IDummyNodeConverter interface that is used by the FoldingManager's DummyNodeConverter property.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class DefaultDummyNodeConverter : IDummyNodeConverter
Visual Basic
Public Class DefaultDummyNodeConverter _
	Implements IDummyNodeConverter

Remarks

This class has a couple of properties that can be adjusted to customize the behavior. Also, it contains a number of callback methods for conveniently overriding the implementation in custom sub classes.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..DefaultDummyNodeConverter

See Also