Search
DiagramItem.LayoutTraits Property
See Also
 





Contains layout properties of the node, used by some layout algorithms and by DiagramView3D.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IDictionary LayoutTraits { get; }

Visual Basic  Copy Code

Public ReadOnly Property LayoutTraits As IDictionary

 Property Value

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

 Remarks

This property is used by some Layout classes and the DiagramView3D class:

 See Also