Click or drag to resize

mxStylesheetPutCellStyle Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Stores the specified style under the given name.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void PutCellStyle(
	string name,
	Dictionary<string, Object> style
)
Request Example View Source

Parameters

name
Type: SystemString
Name for the style to be stored.
style
Type: System.Collections.GenericDictionaryString, Object
Key, value pairs that define the style.
See Also