Table of Contents

Class LineStyle

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

LineStyle

public sealed class LineStyle
Inheritance
LineStyle
Inherited Members

Properties

Color

color

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

Property Value

RGBA

Pattern

pattern

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

Property Value

LineStylePatternValues?