DiagramLite Programmer's Guide
SpringLayoutTraits Enumeration
See Also
 





Indicates item traits specific to SpringLayout. 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 SpringLayoutTraits

Visual Basic  Copy Code

Public Enum SpringLayoutTraits

 Members

  Member name Description

Frozen

If the LayoutTraits value associated with a node through this key is true, SpringLayout considers the repulsion forces exerted by the node to other nodes, but ignores forces acting on the node and keeps it in place.

 See Also

MindFusion.Layout Namespace