MindFusion.Wpf Pack Programmer's Guide
SpringLayout.Layout3D Property
See Also
 





Specifies whether the layout should set the 3D coordinates of nodes for display inside DiagramView3D.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool Layout3D { get; set; }

Visual Basic  Copy Code

Public Property Layout3D As Boolean

 Property Value

true to set the 3D coordinates of nodes; otherwise, false. The default value is false.

 See Also

SpringLayout Members
SpringLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace