Click or drag to resize

mxStylesheetGetCellStyle Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the cell style for the specified cell or the given defaultStyle if no style can be found for the given stylename.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Dictionary<string, Object> GetCellStyle(
	string name,
	Dictionary<string, Object> defaultStyle
)
Request Example View Source

Parameters

name
Type: SystemString
String of the form [(stylename|key=value);] that represents the style.
defaultStyle
Type: System.Collections.GenericDictionaryString, Object
Default style to be returned if no style can be found.

Return Value

Type: DictionaryString, Object
Returns the style for the given formatted cell style.
See Also