Sphere of action specifier.
Namespace: yWorks.yFiles.Layout.OrganicAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum SphereOfAction |
| Visual Basic |
|---|
Public Enumeration SphereOfAction |
Members
| Member name | Description | ||
|---|---|---|---|
| All | 0 | Sphere of action specifier. Displace all nodes. | |
| MainlySelection | 1 | Sphere of action specifier. Displace mainly selected nodes, but allow minor movement of unselected nodes as well. A node is considered to be selected if the LayoutGraph DataProvider registered with the key SphereOfActionNodesDpKey returns trueTruetruetrue (True in Visual Basic) for that node. | |
| OnlySelection | 2 | Sphere of action specifier. Displace only selected nodes A node is considered to be selected if the LayoutGraph DataProvider registered with the key SphereOfActionNodesDpKey returns trueTruetruetrue (True in Visual Basic) for that node. |