Click or drag to resize

mxUtilsSetStyle Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds or removes the given key, value pair to the style and returns the new style. If value is null or zero length then the key is removed from the style.

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

Parameters

style
Type: SystemString
String of the form stylename[;key=value].
key
Type: SystemString
Key of the style to be changed.
value
Type: SystemString
New value for the given key.

Return Value

Type: String
Returns the new style.
See Also