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

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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