Click or drag to resize

mxUtilsGetStringFormat Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new StringFormat object for the given style.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static StringFormat GetStringFormat(
	Dictionary<string, Object> style
)
Request Example View Source

Parameters

style
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: StringFormat
See Also