-
-
Notifications
You must be signed in to change notification settings - Fork 235
Nodify_GroupingMovementMode
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify
Assembly: Nodify
References: GroupingNode
Specifies the possible movement modes of a GroupingNode.
public enum GroupingMovementMode
The GroupingNode will move its content when moved.
Group = 0;
The GroupingNode will not move its content when moved.
Self = 1;