Click or drag to resize

HighlightConfig Class

Version 130.1.90
Configuration data for the highlighting of page elements.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.OverlayHighlightConfig

Namespace: CefSharp.DevTools.Overlay
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class HighlightConfig : DevToolsDomainEntityBase

The HighlightConfig type exposes the following members.

Constructors
 NameDescription
Public methodHighlightConfigInitializes a new instance of the HighlightConfig class
Top
Properties
 NameDescription
Public propertyBorderColor The border highlight fill color (default: transparent).
Public propertyColorFormat The color format used to format color styles (default: hex).
Public propertyContainerQueryContainerHighlightConfig The container query container highlight configuration (default: all transparent).
Public propertyContentColor The content box highlight fill color (default: transparent).
Public propertyContrastAlgorithm The contrast algorithm to use for the contrast ratio (default: aa).
Public propertyCssGridColor The grid layout color (default: transparent).
Public propertyEventTargetColor The event target element highlight fill color (default: transparent).
Public propertyFlexContainerHighlightConfig The flex container highlight configuration (default: all transparent).
Public propertyFlexItemHighlightConfig The flex item highlight configuration (default: all transparent).
Public propertyGridHighlightConfig The grid layout highlight configuration (default: all transparent).
Public propertyMarginColor The margin highlight fill color (default: transparent).
Public propertyPaddingColor The padding highlight fill color (default: transparent).
Public propertyShapeColor The shape outside fill color (default: transparent).
Public propertyShapeMarginColor The shape margin fill color (default: transparent).
Public propertyShowAccessibilityInfo Whether the a11y info should be shown (default: true).
Public propertyShowExtensionLines Whether the extension lines from node to the rulers should be shown (default: false).
Public propertyShowInfo Whether the node info tooltip should be shown (default: false).
Public propertyShowRulers Whether the rulers should be shown (default: false).
Public propertyShowStyles Whether the node styles in the tooltip (default: false).
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also