Search
DiagramView3D.EnableOrbitingCamera Property
See Also
 





Specifies whether users can use the CTRL key to orbit around a node with the camera.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public bool EnableOrbitingCamera { get; set; }

Visual Basic  Copy Code

Public Property EnableOrbitingCamera As Boolean

 Property Value

true to enable orbiting camera, otherwise false. The default value is false.

 See Also