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