Defines values that indicate how rotation of a group's master node affects the nodes attached to that group.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum GroupRotation |
Visual Basic Copy Code |
---|
Public Enum GroupRotation |
Member name | Description | |
---|---|---|
FerrisWheel |
Attached nodes are moved to a position corresponding to the master node's rotation angle, but they are node rotated. |
|
IgnoreRotation |
Attached nodes ignore the rotation angle applied to the master node. |
|
RotateChildren |
Attached nodes are rotated by the RotationAngle of the group's master node and around its center. |
Diagramming for .NET MAUI Guide | © 2024 MindFusion |