Gets or sets a value indicating whether attached nodes should follow the rotation of a master node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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 value is IgnoreRotation.
See Also