CSSEngineMode enumeration
CSSEngineMode enumeration
Specifies CSSEngine mode
The CSSEngineMode type exposes the following members:
Fields
| Field | Description |
|---|---|
| DEFAULT | CSS engine will work like usual. |
| NOT_STRICT | CSS parser will work in not strict mode. All not documented properties will be parsed and could be accessed through ICSSStyleDeclaration. |
See Also
- module
aspose.svg.dom.css - class
ICSSStyleDeclaration