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