Click or drag to resize

GridHighlightConfig Class

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

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.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 propertyAreaBorderColor
The named grid areas border color (Default: transparent).
Public propertyCellBorderColor
The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead.
Public propertyCellBorderDash
Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead.
Public propertyColumnGapColor
The column gap highlight fill color (default: transparent).
Public propertyColumnHatchColor
The column gap hatching fill color (default: transparent).
Public propertyColumnLineColor
The column line color (default: transparent).
Public propertyColumnLineDash
Whether column lines are dashed (default: false).
Public propertyGridBackgroundColor
The grid container background 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 propertyRowLineColor
The row line color (default: transparent).
Public propertyRowLineDash
Whether row lines are dashed (default: false).
Public propertyShowAreaNames
Show area name labels (default: false).
Public propertyShowGridExtensionLines
Whether the extension lines from grid cells to the rulers should be shown (default: false).
Public propertyShowLineNames
Show line name labels (default: false).
Public propertyShowNegativeLineNumbers
Show Negative line number labels (default: false).
Public propertyShowPositiveLineNumbers
Show Positive line number labels (default: false).
Public propertyShowTrackSizes
Show track size 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