Specifies whether nodes should rotate to face the camera in DiagramView3D.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public enum NodeRotationType |
Visual Basic
Copy Code
|
|---|
Public Enum NodeRotationType |
Members| Member name | Description | |
|---|---|---|
![]() |
Animated |
Rotation of nodes towards the camera is animated. |
![]() |
Instant |
Nodes always face the camera. |
![]() |
None |
Nodes do not rotate to face the camera. |
See Also