cssEntryDefinitionsyntaxFormat Enumeration |
Namespace: imbSCI.Core.style.css
| Member name | Value | Description | |
|---|---|---|---|
| notSet | 0 | ||
| htmlStyleFormat | 1 | The HTML style format: [property]:[value]; | |
| cssFileFormat | 2 | The CSS file format: block with entry name and \{ \} wrapper | |
| htmlStyleFormatInline | 3 | The HTML style format inline: only value for style attribute and without newlines |