Table of Contents

Class HingeConfig

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

Configuration for dual screen hinge

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

Constructors

HingeConfig(Rect)

Configuration for dual screen hinge

public HingeConfig(Rect Rect)

Parameters

Rect Rect

A rectangle represent hinge

Properties

ContentColor

The content box highlight fill color (default: a dark color).

public RGBA? ContentColor { get; init; }

Property Value

RGBA

OutlineColor

The content box highlight outline color (default: transparent).

public RGBA? OutlineColor { get; init; }

Property Value

RGBA

Rect

A rectangle represent hinge

public Rect Rect { get; init; }

Property Value

Rect