Namespace: yWorks.yFiles.Layout.Hierarchic.Incremental
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum EdgeDataType |
| Visual Basic |
|---|
Public Enumeration EdgeDataType |
Members
| Member name | Description | ||
|---|---|---|---|
| Normal | 0 | Describes a normal edge. | |
| SourceGroupNodeConnector | 1 | Describes an edge that connects to a source group node. | |
| TargetGroupNodeConnector | 2 | Describes an edge that connects to a target group node. | |
| GroupNodeInterconnector | 3 | Describes an edge that connects two group nodes. | |
| DirectSameLayerEdge | 4 | Describes a same layer edge that connects two neighbouring nodes directly. | |
| NonDirectSameLayerEdge | 5 | Describes a same layer edge that connects two neighbouring nodes directly. | |
| BorderEdge | 6 | Describes an edge that connects group border nodes in adjacent layers |
See Also
DirectConnectingEdgeDataType()()()()
SimpleEdgeDataType()()()()
DummyEdgeDataType()()()()
GroupNodeConnectorEdgeDataType()()()()
GroupBorderEdgeDataType()()()()