Click or drag to resize

mxIGraphModelSetStyle Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets 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 SetStyle(
	Object cell,
	string style
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose style should be changed.
style
Type: SystemString
String of the form stylename[;key=value] to specify the new cell style.

Return Value

Type: String
See Also