Click or drag to resize

mxUtilsIndexOfStylename Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the index of the given stylename in the given style. This returns -1 if the given stylename does not occur (as a stylename) in the given style, otherwise it returns the index of the first character.

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

Parameters

style
Type: SystemString
stylename
Type: SystemString

Return Value

Type: Int32
See Also