Table of Contents

Class GridHighlightConfig

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

GridHighlightConfig

public sealed class GridHighlightConfig
Inheritance
GridHighlightConfig
Inherited Members

Properties

AreaBorderColor

areaBorderColor

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

Property Value

RGBA

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

ColumnLineColor

columnLineColor

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

Property Value

RGBA

ColumnLineDash

columnLineDash

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

Property Value

bool?

GridBackgroundColor

gridBackgroundColor

[JsonPropertyName("gridBackgroundColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA GridBackgroundColor { 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

RowLineColor

rowLineColor

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

Property Value

RGBA

RowLineDash

rowLineDash

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

Property Value

bool?

ShowAreaNames

showAreaNames

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

Property Value

bool?

ShowGridExtensionLines

showGridExtensionLines

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

Property Value

bool?

ShowLineNames

showLineNames

[JsonPropertyName("showLineNames")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowLineNames { 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?

ShowTrackSizes

showTrackSizes

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

Property Value

bool?