MindFusion.Wpf Pack Programmer's Guide
LayeredLayoutTraits Enumeration
See Also
 





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

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public enum LayeredLayoutTraits

Visual Basic  Copy Code

Public Enum LayeredLayoutTraits

 Members

  Member name Description

Layer

The number associated with this key specifies the index of the layer the layout should attempt to place the node to. Specifying a negative number indicates a layer starting from the last. For example, -1 would indicate the last layer, -2 - the layer before the last, and so on.

 See Also

MindFusion.Layout Namespace