Version 130.1.90
Enum indicating the type of a CSS rule, used to represent the order of a style rule's ancestors.
This list only contains rule types that are collected during the ancestor rule collection.
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic enum class CSSRuleType
Members| Member name | Value | Description |
|---|
| MediaRule | 0 |
MediaRule
|
| SupportsRule | 1 |
SupportsRule
|
| ContainerRule | 2 |
ContainerRule
|
| LayerRule | 3 |
LayerRule
|
| ScopeRule | 4 |
ScopeRule
|
| StyleRule | 5 |
StyleRule
|
See Also