Table of Contents

Class LineStyle

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

Style information for drawing a line.

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

Constructors

LineStyle()

Style information for drawing a line.

public LineStyle()

Properties

Color

The color of the line (default: transparent)

public RGBA? Color { get; init; }

Property Value

RGBA

Pattern

The line pattern (default: solid)

public string? Pattern { get; init; }

Property Value

string