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.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

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

Inheritance Hierarchy

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

See Also