Table of Contents

Class GridHighlightConfig

Namespace
OpenQA.Selenium.DevTools.V85.Overlay
Assembly
WebDriver.dll

GridHighlightConfig

public sealed class GridHighlightConfig
Inheritance
GridHighlightConfig
Inherited Members

Properties

CellBorderColor

cellBorderColor

[JsonPropertyName("cellBorderColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA CellBorderColor { get; set; }

Property Value

RGBA

CellBorderDash

cellBorderDash

[JsonPropertyName("cellBorderDash")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? CellBorderDash { get; set; }

Property Value

bool?

ColumnGapColor

columnGapColor

[JsonPropertyName("columnGapColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ColumnGapColor { get; set; }

Property Value

RGBA

ColumnHatchColor

columnHatchColor

[JsonPropertyName("columnHatchColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ColumnHatchColor { get; set; }

Property Value

RGBA

GridBorderColor

gridBorderColor

[JsonPropertyName("gridBorderColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA GridBorderColor { get; set; }

Property Value

RGBA

GridBorderDash

gridBorderDash

[JsonPropertyName("gridBorderDash")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? GridBorderDash { get; set; }

Property Value

bool?

RowGapColor

rowGapColor

[JsonPropertyName("rowGapColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA RowGapColor { get; set; }

Property Value

RGBA

RowHatchColor

rowHatchColor

[JsonPropertyName("rowHatchColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA RowHatchColor { get; set; }

Property Value

RGBA

ShowGridExtensionLines

showGridExtensionLines

[JsonPropertyName("showGridExtensionLines")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowGridExtensionLines { get; set; }

Property Value

bool?

ShowNegativeLineNumbers

showNegativeLineNumbers

[JsonPropertyName("showNegativeLineNumbers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowNegativeLineNumbers { get; set; }

Property Value

bool?

ShowPositiveLineNumbers

showPositiveLineNumbers

[JsonPropertyName("showPositiveLineNumbers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowPositiveLineNumbers { get; set; }

Property Value

bool?