ASP.NET Pack Programmer's Guide
AssistantType Enumeration
See Also
 





Indicates the type of an assistant node in a tree.

Namespace: MindFusion.Graphs
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
AssistantType = {}

 Members

  Member name Description

Left

Value: 2. The node is an assistant and it is always positioned to the left of its parent.

Normal

Value: 1. The node is an assistant and its relative position is determinedautomatically by the layout.

Right

Value: 3. The node is an assistant and it is always positioned to the right of its parent.

 See Also

MindFusion.Graphs Namespace