Enumeration used by NavigationInputMode to determine which point (if any) of a group or folder node should be kept fixed
when toggling the group node state.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum NodeAlignmentPolicy |
| Visual Basic |
|---|
Public Enumeration NodeAlignmentPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| None | 0 | Don't fix any specific point, only use the layout from the target state. | |
| Center | 1 | Fix the center point. | |
| TopLeft | 2 | Fix the upper left corner. | |
| BottomLeft | 3 | Fix the lower left corner. | |
| TopRight | 4 | Fix the upper right corner. | |
| BottomRight | 5 | Fix the lower right corner. |