Click or drag to resize

CefSharp.DevTools.CSS Namespace

Version 130.1.90

[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 classCSSContainerQuery CSS container query rule descriptor.
Public classCSSFontPaletteValuesRule CSS font-palette-values rule representation.
Public classCSSKeyframeRule CSS keyframe rule representation.
Public classCSSKeyframesRule CSS keyframes rule representation.
Public classCSSLayer CSS Layer at-rule descriptor.
Public classCSSLayerData CSS Layer data.
Public classCSSMedia CSS media rule descriptor.
Public classCSSPositionFallbackRule CSS position-fallback rule representation.
Public classCSSPositionTryRule CSS @position-try rule representation.
Public classCSSProperty CSS property declaration data.
Public classCSSPropertyRegistration Representation of a custom property registration through CSS.registerProperty
Public classCSSPropertyRule CSS property at-rule representation.
Public classCSSRule CSS rule representation.
Public classCSSScope CSS Scope at-rule descriptor.
Public classCSSStyle CSS style representation.
Public classCSSStyleSheetHeader CSS stylesheet metainformation.
Public classCSSSupports CSS Supports at-rule descriptor.
Public classCSSTryRule CSS try rule representation.
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 classFontsUpdatedEventArgs Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font.
Public classFontVariationAxis Information about font variation axes for variable fonts
Public classGetBackgroundColorsResponse GetBackgroundColorsResponse
Public classGetComputedStyleForNodeResponse GetComputedStyleForNodeResponse
Public classGetInlineStylesForNodeResponse GetInlineStylesForNodeResponse
Public classGetLayersForNodeResponse GetLayersForNodeResponse
Public classGetLocationForSelectorResponse GetLocationForSelectorResponse
Public classGetMatchedStylesForNodeResponse GetMatchedStylesForNodeResponse
Public classGetMediaQueriesResponse GetMediaQueriesResponse
Public classGetPlatformFontsForNodeResponse GetPlatformFontsForNodeResponse
Public classGetStyleSheetTextResponse GetStyleSheetTextResponse
Public classInheritedPseudoElementMatches Inherited pseudo element matches from pseudos of an ancestor node.
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 classSetContainerQueryTextResponse SetContainerQueryTextResponse
Public classSetKeyframeKeyResponse SetKeyframeKeyResponse
Public classSetMediaTextResponse SetMediaTextResponse
Public classSetPropertyRulePropertyNameResponse SetPropertyRulePropertyNameResponse
Public classSetRuleSelectorResponse SetRuleSelectorResponse
Public classSetScopeTextResponse SetScopeTextResponse
Public classSetStyleSheetTextResponse SetStyleSheetTextResponse
Public classSetStyleTextsResponse SetStyleTextsResponse
Public classSetSupportsTextResponse SetSupportsTextResponse
Public classShorthandEntry ShorthandEntry
Public classSourceRange Text range within a resource. All numbers are zero-based.
Public classSpecificity Specificity: https://drafts.csswg.org/selectors/#specificity-rules
Public classStopRuleUsageTrackingResponse StopRuleUsageTrackingResponse
Public classStyleDeclarationEdit A descriptor of operation to mutate style declaration text.
Public classStyleSheetAddedEventArgs Fired whenever an active document stylesheet is added.
Public classStyleSheetChangedEventArgs Fired whenever a stylesheet is changed as a result of the client operation.
Public classStyleSheetRemovedEventArgs Fired whenever an active document stylesheet is removed.
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 enumerationCSSMediaSource Source of the media query: "mediaRule" if specified by a @media rule, "importRule" if specified by an @import rule, "linkedSheet" if specified by a "media" attribute in a linked stylesheet's LINK tag, "inlineSheet" if specified by a "media" attribute in an inline stylesheet's STYLE tag.
Public enumerationCSSRuleType 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.
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.