Namespace: yWorks.yFiles.Layout.Organic
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 Scope |
| Visual Basic |
|---|
Public Enumeration Scope |
Members
| Member name | Description | ||
|---|---|---|---|
| All | 0 | Scope constant - used for laying out all nodes. | |
| Subset | 2 | Scope constant - used for laying out the subset of nodes only. The above mentioned subset has to be specified by registering an appropriate IDataProvider for key NodeSubsetDpKey . | |
| MainlySubset | 1 | Scope constant - used for laying out mainly the subset of the nodes. The above mentioned subset has to be specified by registering an appropriate IDataProvider for key NodeSubsetDpKey . |