Specifies whether users can use the CTRL key to orbit around a node with the camera.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool EnableOrbitingCamera { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableOrbitingCamera As Boolean |
true to enable orbiting camera, otherwise false. The default value is false.
See Also