This class represents a column of a PartitionGrid .

Namespace: yWorks.yFiles.Layout.Hierarchic.Incremental
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2

Syntax

C#
public class ColumnDescriptor : IComparable
Visual Basic
Public Class ColumnDescriptor _
	Implements IComparable

Remarks

This class represents a column of a PartitionGrid .
The results of the calculation of the geometry of the column will be placed into the instances of this class after the layout.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Hierarchic.Incremental..::..ColumnDescriptor

See Also