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; }
Public ReadOnly Property Entries As IDictionary(Of String, String)
Get
member Entries : IDictionary<string, string> with get
Property Value
Type:
IDictionaryString,
String
See Also