This layout stage enforces a given minimum width/height of the nodes of a graph during the layout process.
Namespace: yWorks.yFiles.LayoutAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
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
yWorks.yFiles.Layout..::..AbstractLayoutStage
yWorks.yFiles.Layout..::..MinNodeSizeStage