Gets or sets the RotationAngle increment when users rotate a node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public int RotationStep { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RotationStep As Integer |
An integer value specifying rotation increments applied during interactive rotation. The default value 0 allows unconstrained rotation.
See Also