Click or drag to resize

mxUtilsSetCellStyles Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Assigns the value for the given key in the styles of the given cells, or removes the key from the styles if the value is null.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static void SetCellStyles(
	mxIGraphModel model,
	Object[] cells,
	string key,
	string value
)
Request Example View Source

Parameters

model
Type: imbSCI.Graph.MXGraph.modelmxIGraphModel
Model to execute the transaction in.
cells
Type: SystemObject
Array of cells to be updated.
key
Type: SystemString
Key of the style to be changed.
value
Type: SystemString
New value for the given key.
See Also