Implementations of this interface are responsible for calculating the bounds of a group node during a layout process.

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

Syntax

C#
public interface IGroupBoundsCalculator
Visual Basic
Public Interface IGroupBoundsCalculator

Remarks

Implementations of this interface are responsible for calculating the bounds of a group node during a layout process.

See Also