Click or drag to resize

GridHighlightConfig Class

Version 85.3.121
Configuration data for the highlighting of Grid elements.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.OverlayGridHighlightConfig

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

The GridHighlightConfig type exposes the following members.

Constructors
  NameDescription
Public methodGridHighlightConfig
Initializes a new instance of the GridHighlightConfig class
Top
Properties
  NameDescription
Public propertyCellBorderColor
The cell border color (default: transparent).
Public propertyCellBorderDash
Whether the cell border is dashed (default: false).
Public propertyColumnGapColor
The column gap highlight fill color (default: transparent).
Public propertyColumnHatchColor
The column gap hatching fill color (default: transparent).
Public propertyGridBorderColor
The grid container border highlight color (default: transparent).
Public propertyGridBorderDash
Whether the grid border is dashed (default: false).
Public propertyRowGapColor
The row gap highlight fill color (default: transparent).
Public propertyRowHatchColor
The row gap hatching fill color (default: transparent).
Public propertyShowGridExtensionLines
Whether the extension lines from grid cells to the rulers should be shown (default: false).
Public propertyShowNegativeLineNumbers
Show Negative line number labels (default: false).
Public propertyShowPositiveLineNumbers
Show Positive line number labels (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