Click or drag to resize

inlineDictionarystyleFormat Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
In-line string format

Namespace:  imbSCI.Graph.Graphics.SvgAPI.Core
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public enum styleFormat
Request Example View Source
Members
  Member nameValueDescription
notSet0
htmlStyleFormat1 The HTML style format: [property]:[value];
mxGraphStyleFormat2 The mx graph style format: [property]=[value];
xmlAttribute3
See Also