Search
View3D Enumeration
See Also
 





Defines keys used to associate 3D position data with a node through the LayoutTraits property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum View3D

Visual Basic  Copy Code

Public Enum View3D

 Members

  Member name Description

Position

Specifies the position of a node in 3D coordinate space. The value associated with this key should be a Point3D object.

 See Also