CSSEngineMode Enum

CSSEngineMode enumeration

Specifies CSSEngine mode

[Flags]
public enum CSSEngineMode

Values

NameValueDescription
Default0CSS engine will work like usual.
NotStrict1CSS parser will work in not strict mode. All not documented properties will be parsed and could be accessed through ICSSStyleDeclaration.

See Also