Table of Contents

Class BoxStyle

Namespace
Selenium.WebDriver.BiDi.Cdp.Overlay
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Style information for drawing a box.

public sealed record BoxStyle : IEquatable<BoxStyle>
Inheritance
BoxStyle
Implements
Inherited Members

Constructors

BoxStyle()

Style information for drawing a box.

public BoxStyle()

Properties

FillColor

The background color for the box (default: transparent)

public RGBA? FillColor { get; init; }

Property Value

RGBA

HatchColor

The hatching color for the box (default: transparent)

public RGBA? HatchColor { get; init; }

Property Value

RGBA