This layout stage replaces bends with dummy nodes, calls the core layout
algorithm and recreates the bends.
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 BendConverter : ILayoutStage, ILayouter |
| Visual Basic |
|---|
Public Class BendConverter _ Implements ILayoutStage, ILayouter |
Remarks
This layout stage replaces bends with dummy nodes, calls the core layout
algorithm and recreates the bends. Note that not all data provider values
bound to the edges will be automatically adopted be the replacement edges.
The adopted values must be provided by data providers registered with one of
the following known keys:
SourceGroupIdDpKey
,
TargetGroupIdDpKey
,
SourcePortConstraintDpKey
,
TargetPortConstraintDpKey
.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Layout..::..BendConverter
yWorks.yFiles.Layout..::..BendConverter