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.Layout
C# Copy Code |
---|
public enum LayeredLayoutTraits |
Visual Basic Copy Code |
---|
Public Enum LayeredLayoutTraits |
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. |