Search
Group.FollowMasterRotation Property
See Also
 





Gets or sets a value indicating whether attached nodes position should follow the RotationAngle of a master node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public GroupRotation FollowMasterRotation { get; set; }

Visual Basic  Copy Code

Public Property FollowMasterRotation As GroupRotation

 Property Value

A member of the GroupRotation enumeration. The default is IgnoreRotation.

 See Also