Click or drag to resize

mxUtilsRemoveStylename Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes all occurrences of the specified stylename in the given style and returns the updated style.

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

Parameters

style
Type: SystemString
stylename
Type: SystemString

Return Value

Type: String
See Also