This layout stage enforces a given minimum width/height of the nodes of a graph during the layout process.

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

Remarks

This layout stage enforces a given minimum width/height of the nodes of a graph during the layout process. Therefore it temporarily enlarges nodes whose width/height fall below the specified minimum values.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout..::..MinNodeSizeStage

See Also