Gets or sets the viewer distance from the camera.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public float ViewerDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ViewerDistance As Single |
A float value specifying the viewer distance. The default value is 200.
See Also