Gets or sets a value indicating whether attached nodes position should follow the RotationAngle of a master node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public GroupRotation FollowMasterRotation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FollowMasterRotation As GroupRotation |
A member of the GroupRotation enumeration. The default is IgnoreRotation.
See Also