Search
TreeLayoutTraits Enumeration
See Also
 





Indicates item traits specific to tree layouts. Members of this enumeration can be used as keys in the DiagramItem.LayoutTraits hashtable.

Namespace: MindFusion.Layout
Package: MindFusion.Diagramming

 Syntax

C#  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, centered TreeLayout 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.

This value is considered when the EnableAssistants property of TreeLayout is set to true.

 See Also