Search
DiagramView3D.CreationPlaneDistance Property
See Also
 





Gets or sets the distance from the camera to the plane where new nodes are created.

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

 Syntax

C#  Copy Code

public float CreationPlaneDistance { get; set; }

Visual Basic  Copy Code

Public Property CreationPlaneDistance As Single

 Property Value

A float value specifying the distance ahead of the camera at which interactively created items are initially placed. The default value is 0.5.

 See Also