DiagramLite Programmer's Guide
SwimlaneLayoutTraits Enumeration
See Also
 





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

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public enum SwimlaneLayoutTraits

Visual Basic  Copy Code

Public Enum SwimlaneLayoutTraits

 Members

  Member name Description

Lane

Specifies the lane to which a node should be assigned.

SortOrder

Specifies custom sort order of nodes in the same lane.

 See Also

MindFusion.Layout Namespace