CSSEngineMode Enum

CSSEngineMode enumeration

Specifies CSSEngine mode. Values have the following meaning:

default - CSS parser will work according to w3c recommendation and do not support custom extensions.not-strict - All not documented properties will be parsed and could be accessed through.

[Flags]
public enum CSSEngineMode

Values

NameValueDescription
Default0CSS parser will work according to w3c recommendation and do not support the custom extensions.
NotStrict1CSS parser will work in not strict mode. All not documented properties will be parsed and could be accessed through.

See Also