Specifies whether nodes should rotate to face the camera in DiagramView3D.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public enum NodeRotationType |
Visual Basic
![]() |
---|
Public Enum NodeRotationType |
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. |
WpfDiagram Programmer's Guide | © 2025 MindFusion |