Click or drag to resize

mxGraphGetCellStyle Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the style for the given cell.

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

Parameters

cell
Type: SystemObject
Cell whose style should be returned.

Return Value

Type: DictionaryString, Object
Returns the style of the cell.
See Also