Indicates item traits specific to tree layouts. Members of this enumeration can be used as keys in the DiagramItem.LayoutTraits hashtable.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum TreeLayoutTraits |
Visual Basic
Copy Code
|
|---|
Public Enum TreeLayoutTraits |
Members| Member name | Description | |
|---|---|---|
![]() |
Assistant |
If the LayoutTraits value associated with a node through this key is true, the CenterTreeLayout treats this node as an "assistant" during the arrangement. If the value is false or is not present, the node is treated as "subordinate". The associated value can also be of type AssistantType if it is required to specify the position of the assistant node relative to its parent. |
See Also