Search
AssistantType Enumeration
See Also
 





Indicates the type of an assistant node in a tree.

Namespace: MindFusion.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum AssistantType

Visual Basic  Copy Code

Public Enum AssistantType

 Members

  Member name Description

Left

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

None

The node is not an assistant.

Normal

The node is an assistant and its relative position is determined automatically by the layout.

Right

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

 See Also