DiagramLite Programmer's Guide
DiagramItem.LayoutTraits Property
See Also
 





Contains properties specific to each layout algorithm.

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

 Syntax

C#  Copy Code

public IDictionary<Object, Object> LayoutTraits { get; }

Visual Basic  Copy Code

Public ReadOnly Property LayoutTraits As IDictionary(Of Object, Object)

 Property Value

A hashtable of key-value pairs that define layout-specific properties for this item.

 Remarks

This property is used by some automatic layout classes to get attributes pertinent just for a specific layout:

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace