Click or drag to resize

CefSharp.DevTools.CSS Namespace

Version 86.0.240

[Missing <summary> documentation for "N:CefSharp.DevTools.CSS"]

Classes
  ClassDescription
Public classAddRuleResponse
AddRuleResponse
Public classCollectClassNamesResponse
CollectClassNamesResponse
Public classCreateStyleSheetResponse
CreateStyleSheetResponse
Public classCSSClient
This domain exposes CSS read/write operations. All CSS objects (stylesheets, rules, and styles) have an associated `id` used in subsequent operations on the related object. Each object type has a specific `id` structure, and those are not interchangeable between objects of different kinds. CSS objects can be loaded using the `get*ForNode()` calls (which accept a DOM node id). A client can also keep track of stylesheets via the `styleSheetAdded`/`styleSheetRemoved` events and subsequently load the required stylesheet contents using the `getStyleSheet[Text]()` methods.
Public classCSSComputedStyleProperty
CSSComputedStyleProperty
Public classCSSKeyframeRule
CSS keyframe rule representation.
Public classCSSKeyframesRule
CSS keyframes rule representation.
Public classCSSMedia
CSS media rule descriptor.
Public classCSSProperty
CSS property declaration data.
Public classCSSRule
CSS rule representation.
Public classCSSStyle
CSS style representation.
Public classCSSStyleSheetHeader
CSS stylesheet metainformation.
Public classFontFace
Properties of a web font: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions and additional information such as platformFontFamily and fontVariationAxes.
Public classFontVariationAxis
Information about font variation axes for variable fonts
Public classGetBackgroundColorsResponse
GetBackgroundColorsResponse
Public classGetComputedStyleForNodeResponse
GetComputedStyleForNodeResponse
Public classGetInlineStylesForNodeResponse
GetInlineStylesForNodeResponse
Public classGetMatchedStylesForNodeResponse
GetMatchedStylesForNodeResponse
Public classGetMediaQueriesResponse
GetMediaQueriesResponse
Public classGetPlatformFontsForNodeResponse
GetPlatformFontsForNodeResponse
Public classGetStyleSheetTextResponse
GetStyleSheetTextResponse
Public classInheritedStyleEntry
Inherited CSS rule collection from ancestor node.
Public classMediaQuery
Media query descriptor.
Public classMediaQueryExpression
Media query expression descriptor.
Public classPlatformFontUsage
Information about amount of glyphs that were rendered with given font.
Public classPseudoElementMatches
CSS rule collection for a single pseudo style.
Public classRuleMatch
Match data for a CSS rule.
Public classRuleUsage
CSS coverage information.
Public classSelectorList
Selector list data.
Public classSetKeyframeKeyResponse
SetKeyframeKeyResponse
Public classSetMediaTextResponse
SetMediaTextResponse
Public classSetRuleSelectorResponse
SetRuleSelectorResponse
Public classSetStyleSheetTextResponse
SetStyleSheetTextResponse
Public classSetStyleTextsResponse
SetStyleTextsResponse
Public classShorthandEntry
ShorthandEntry
Public classSourceRange
Text range within a resource. All numbers are zero-based.
Public classStopRuleUsageTrackingResponse
StopRuleUsageTrackingResponse
Public classStyleDeclarationEdit
A descriptor of operation to mutate style declaration text.
Public classTakeComputedStyleUpdatesResponse
TakeComputedStyleUpdatesResponse
Public classTakeCoverageDeltaResponse
TakeCoverageDeltaResponse
Public classValue
Data for a simple selector (these are delimited by commas in a selector list).
Enumerations
  EnumerationDescription
Public enumerationStyleSheetOrigin
Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via inspector" rules), "regular" for regular stylesheets.