Layout stage that is used for handling a given partition grid structure ( PartitionGrid ) that is attached to a graph with DataProvider PartitionGridDpKey .

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

Syntax

C#
public class PartitionGridLayoutStage : AbstractLayoutStage
Visual Basic
Public Class PartitionGridLayoutStage _
	Inherits AbstractLayoutStage

Remarks

Layout stage that is used for handling a given partition grid structure ( PartitionGrid ) that is attached to a graph with DataProvider PartitionGridDpKey .

Note: the IncrementalHierarchicLayouter automatically uses this stage if needed.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout.Hierarchic.Incremental..::..PartitionGridLayoutStage

See Also