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.Input
Assembly: 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 nameDescription
None0 Don't fix any specific point, only use the layout from the target state.
Center1 Fix the center point.
TopLeft2 Fix the upper left corner.
BottomLeft3 Fix the lower left corner.
TopRight4 Fix the upper right corner.
BottomRight5 Fix the lower right corner.

See Also