Click or drag to resize

GridHighlightConfig Class

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

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

The GridHighlightConfig type exposes the following members.

Constructors
 NameDescription
Public methodGridHighlightConfigInitializes 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 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