Table of Contents

Class BoxStyle

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

Style information for drawing a box.

public sealed class BoxStyle
Inheritance
BoxStyle
Inherited Members

Properties

FillColor

The background color for the box (default: transparent)

[JsonPropertyName("fillColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? FillColor { get; set; }

Property Value

RGBA

HatchColor

The hatching color for the box (default: transparent)

[JsonPropertyName("hatchColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? HatchColor { get; set; }

Property Value

RGBA