Click or drag to resize

mxIGraphModelGetStyle Method

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

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
string GetStyle(
	Object cell
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose style should be returned.

Return Value

Type: String
Returns the style of the given cell.
See Also