Indicates the type of an assistant node in a tree.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public enum AssistantType |
Visual Basic Copy Code |
---|
Public Enum AssistantType |
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. |