Search
Group.Attachment.Traits Property
See Also
 





Contains additional data associated with the attachment.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public IDictionary Traits { get; }

Visual Basic  Copy Code

Public ReadOnly Property Traits As IDictionary

 Property Value

A hashtable containing key-value pairs with additional data about the attachment.

 See Also