Click or drag to resize

GridHighlightConfig Properties

Version 86.0.240

The GridHighlightConfig type exposes the following members.

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 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
See Also