Search
DiagramView3D.ViewerDistance Property
See Also
 





Gets or sets the viewer distance from the camera.

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

 Syntax

C#  Copy Code

public float ViewerDistance { get; set; }

Visual Basic  Copy Code

Public Property ViewerDistance As Single

 Property Value

A float value specifying the viewer distance. The default value is 200.

 See Also