Table of Contents

Class FlexContainerHighlightConfig

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

Configuration data for the highlighting of Flex container elements.

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

Constructors

FlexContainerHighlightConfig()

Configuration data for the highlighting of Flex container elements.

public FlexContainerHighlightConfig()

Properties

ColumnGapSpace

Style of empty space caused by columns gaps (gap/column-gap).

public BoxStyle? ColumnGapSpace { get; init; }

Property Value

BoxStyle

ContainerBorder

The style of the container border

public LineStyle? ContainerBorder { get; init; }

Property Value

LineStyle

CrossAlignment

Style of the self-alignment line (align-items).

public LineStyle? CrossAlignment { get; init; }

Property Value

LineStyle

CrossDistributedSpace

Style of content-distribution space on the cross axis (align-content).

public BoxStyle? CrossDistributedSpace { get; init; }

Property Value

BoxStyle

ItemSeparator

The style of the separator between items

public LineStyle? ItemSeparator { get; init; }

Property Value

LineStyle

LineSeparator

The style of the separator between lines

public LineStyle? LineSeparator { get; init; }

Property Value

LineStyle

MainDistributedSpace

Style of content-distribution space on the main axis (justify-content).

public BoxStyle? MainDistributedSpace { get; init; }

Property Value

BoxStyle

RowGapSpace

Style of empty space caused by row gaps (gap/row-gap).

public BoxStyle? RowGapSpace { get; init; }

Property Value

BoxStyle