Version 118.6.80
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.CSS
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public 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