Placer that can be used as simple "pseudo"-placer.

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class FreePlacer : AbstractRotatableNodePlacer
Visual Basic
Public Class FreePlacer _
	Inherits AbstractRotatableNodePlacer

Remarks

Placer that can be used as simple "pseudo"-placer. May be useful if the localRoot does not have any children or you want to place them manually.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Tree..::..AbstractRotatableNodePlacer
    yWorks.yFiles.Layout.Tree..::..FreePlacer

See Also