Contains layout properties of the node, used by some layout algorithms and by DiagramView3D.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public IDictionary LayoutTraits { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property LayoutTraits As IDictionary |
A hashtable of key-value pairs that define layout-specific properties for this item.
RemarksThis property is used by some Layout classes and the DiagramView3D class:
See Also