Click or drag to resize

mxUtilsAddStylename Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified stylename to the given style if it does not already contain the stylename.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public string AddStylename(
	string style,
	string stylename
)
Request Example View Source

Parameters

style
Type: SystemString
stylename
Type: SystemString

Return Value

Type: String
See Also