Click or drag to resize

mxGraphSetCellStyles Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the key to value in the styles of the given cells. This will modify the existing cell styles in-place and override any existing assignment for the given key. If no cells are specified, then the selection cells are changed. If no value is specified, then the respective key is removed from the styles.

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

Parameters

key
Type: SystemString
String representing the key to be assigned.
value
Type: SystemString
String representing the new value for the key.
cells
Type: SystemObject
Array of cells to change the style for.
See Also