Click or drag to resize

cssEntryDefinitionsyntaxFormat Enumeration

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

Namespace:  imbSCI.Core.style.css
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public enum syntaxFormat
Request Example View Source
Members
  Member nameValueDescription
notSet0
htmlStyleFormat1 The HTML style format: [property]:[value];
cssFileFormat2 The CSS file format: block with entry name and \{ \} wrapper
htmlStyleFormatInline3 The HTML style format inline: only value for style attribute and without newlines
See Also