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