Click or drag to resize

mxUtilsSetCellStyleFlags Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets or toggles the flag bit for the given key in the cell's styles. If value is null then the flag is toggled.

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

Parameters

model
Type: imbSCI.Graph.MXGraph.modelmxIGraphModel
Model that contains the cells.
cells
Type: SystemObject
Array of cells to change the style for.
key
Type: SystemString
Key of the style to be changed.
flag
Type: SystemInt32
Integer for the bit to be changed.
value
Type: SystemBoolean
Optional boolean value for the flag.
See Also