MindFusion WinForms Programmer's Guide
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

DiagramView3D Members
DiagramView3D Class
MindFusion.Diagramming.WinForms Namespace
Behavior Property