Byte constant used by
NodeLabelMode
and
NodeLabelMode
.
Namespace: yWorks.yFiles.Layout.Hierarchic.IncrementalAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum NodeLabelMode |
| Visual Basic |
|---|
Public Enumeration NodeLabelMode |
Members
| Member name | Description | ||
|---|---|---|---|
| Never | 0 | Byte constant used by NodeLabelMode and NodeLabelMode . This mode prevents node labels from being considered during the layout at all. | |
| ConsiderForSelfLoops | 1 | Byte constant used by NodeLabelMode and NodeLabelMode . This mode makes the algorithm consider node labels for self-loops, node placement, and routing. | |
| ConsiderForDrawing | 2 | Byte constant used by NodeLabelMode and NodeLabelMode . This mode makes the algorithm consider node labels for node placement and routing but not for self loops. | |
| ConsiderForRouting | 3 | Byte constant used by NodeLabelMode and NodeLabelMode . This mode makes the algorithm consider node labels during routing only. |