Click or drag to resize

CSSRuleType Enumeration

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.CSS
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public enum CSSRuleType
Members
Member nameValueDescription
MediaRule0 MediaRule
SupportsRule1 SupportsRule
ContainerRule2 ContainerRule
LayerRule3 LayerRule
ScopeRule4 ScopeRule
StyleRule5 StyleRule
See Also