GroupingMovementMode
GroupingMovementMode Enum
Section titled “GroupingMovementMode Enum”Namespace: Nodify
Assembly: Nodify
References: GroupingNode
Specifies the possible movement modes of a GroupingNode.
public enum GroupingMovementMode
Fields
Section titled “Fields”The GroupingNode will move its content when moved.
Group = 0;
The GroupingNode will not move its content when moved.
Self = 1;