Click or drag to resize

HighlightConfig Class

Version 102.0.100
Configuration data for the highlighting of page elements.
Inheritance Hierarchy

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

The HighlightConfig type exposes the following members.

Constructors
  NameDescription
Public methodHighlightConfig
Initializes 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToDictionary (Inherited from DevToolsDomainEntityBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also