Specifies whether nodes should rotate to face the camera in DiagramView3D.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public enum NodeRotationType |
Visual Basic Copy Code |
---|
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 | © 2024 MindFusion |