Search
GroupRotation Enumeration
See Also
 





Defines values that indicate how rotation of a group's master node affects the nodes attached to that group.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum GroupRotation

Visual Basic  Copy Code

Public Enum GroupRotation

 Members

  Member name Description

FerrisWheel

Attached nodes are moved to a position corresponding to the master node's rotation angle, but they are not 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.

 See Also