Click or drag to resize

mxUtilsGetStylename Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the stylename in a style of the form stylename[;key=value] or an empty string if the given style does not contain a stylename.

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

Parameters

style
Type: SystemString
String of the form stylename[;key=value].

Return Value

Type: String
Returns the stylename from the given formatted string.
See Also