C# (CSharp) Smrf.NodeXL.Core CollapsedGroupAttributes - 9 examples found. These are the top rated real world C# (CSharp) examples of Smrf.NodeXL.Core.CollapsedGroupAttributes extracted from open source projects. You can rate examples to help us improve the quality of examples.
Stores attributes that describe how a collapsed group should be displayed.
The attributes are stored as key/value pairs in a dictionary, where the keys and values are strings.
The entire collection of attributes can be saved to a single delimited string using PersistableStringDictionary., and the collection can be restored from the delimited string using FromString.