Search
SpringLayout.Surface Property
See Also
 





Specifies on what surface the nodes should be placed initially.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Surface Surface { get; set; }

Visual Basic  Copy Code

Public Property Surface As Surface

 Property Value

A member of the Surface enumeration. The default value is Sphere.

 Remarks

Specifies on what surface the graph nodes should be placed initially, when Layout3D is enabled.

 See Also