Gets or sets the distance from the camera to the plane where new nodes are created.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public float CreationPlaneDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CreationPlaneDistance As Single |
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