Specifies whether the layout should set the 3D coordinates of nodes for display inside DiagramView3D.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public bool Layout3D { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Layout3D As Boolean |
Remarkstrue to set the 3D coordinates of nodes; otherwise, false. The default value is false.
See Also