Search
Surface Enumeration
See Also
 





Contains values specifying the type of surface on which nodes are initially placed when running 3D SpringLayout.

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

 Syntax

C#  Copy Code

public enum Surface

Visual Basic  Copy Code

Public Enum Surface

 Members

  Member name Description

Cone

The nodes are initially placed on a cone.

Cylinder

The nodes are initially placed on a cylinder.

Sphere

The nodes are initially placed on a sphere.

Unspecified

The nodes are initially placed on a sphere.

 See Also