Click or drag to resize

mxGraphModelSetStyle Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
see com.mxgraph.mxIGraphModel.SetStyle(Object, string)

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

Parameters

cell
Type: SystemObject
style
Type: SystemString

Return Value

Type: String

Implements

mxIGraphModelSetStyle(Object, String)
See Also