Table of Contents

Class LineStyle

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

Style information for drawing a line.

public sealed class LineStyle
Inheritance
LineStyle
Inherited Members

Properties

Color

The color of the line (default: transparent)

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

Property Value

RGBA

Pattern

The line pattern (default: solid)

[JsonPropertyName("pattern")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStylePatternValues? Pattern { get; set; }

Property Value

LineStylePatternValues?