Table of Contents

Class ScrollSnapContainerHighlightConfig

Namespace
Selenium.WebDriver.BiDi.Cdp.Overlay
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record ScrollSnapContainerHighlightConfig : IEquatable<ScrollSnapContainerHighlightConfig>
Inheritance
ScrollSnapContainerHighlightConfig
Implements
Inherited Members

Constructors

ScrollSnapContainerHighlightConfig()

public ScrollSnapContainerHighlightConfig()

Properties

ScrollMarginColor

The margin highlight fill color (default: transparent).

public RGBA? ScrollMarginColor { get; init; }

Property Value

RGBA

ScrollPaddingColor

The padding highlight fill color (default: transparent).

public RGBA? ScrollPaddingColor { get; init; }

Property Value

RGBA

SnapAreaBorder

The style of the snap area border (default: transparent)

public LineStyle? SnapAreaBorder { get; init; }

Property Value

LineStyle

SnapportBorder

The style of the snapport border (default: transparent)

public LineStyle? SnapportBorder { get; init; }

Property Value

LineStyle