CascadingStyleStoreEntries Property

A dictionary containing the values in the styles store. Add to or change these values to change the styles in the store. The keys and values you use need to match up with the possible styles and style values. If they do not then an exception will be thrown.

 

Namespace:  WebSupergoo.WordGlue4.Layout
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public IDictionary<string, string> Entries { get; }

Property Value

Type: IDictionaryString, String
See Also