Configures the folding manager, if folding is enabled.

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
protected void configureFoldingManager(
	FoldingManager foldingManager
)
Visual Basic
Protected Sub configureFoldingManager ( _
	foldingManager As FoldingManager _
)

Parameters

foldingManager
Type: FoldingManager
The folding manager that is used to create the view graph, if folding is enabled.

Remarks

This implementation will set the manager's dummy node converter to an instance that uses a default dummy node size of (40,40) and a CollapsibleNodeStyleDecorator.

See Also