An implementation of the IGraphElementFactory interface that decorates a given instance to add the folding capabilities on top of it.

Namespace: yWorks.yFiles.GraphML.Folding
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class FoldingManagerGraphElementFactory : IGraphElementFactory
Visual Basic
Public Class FoldingManagerGraphElementFactory _
	Implements IGraphElementFactory

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.GraphML.Folding..::..FoldingManagerGraphElementFactory

See Also