Click or drag to resize

mxConstantsSTYLE_WHITE_SPACE Field

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the key for the white-space style. Possible values are "nowrap" and "wrap". The default value is "nowrap". This value specifies how white-space inside a HTML vertex label should be handled. A value of "nowrap" means the text will never wrap to the next line until a linefeed is encountered. A value of "wrap" means text will wrap when necessary.

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

Field Value

Type: String
See Also