Table of Contents

Class Layer

Namespace
OpenQA.Selenium.DevTools.V131.LayerTree
Assembly
WebDriver.dll

Layer

public sealed class Layer
Inheritance
Layer
Inherited Members

Properties

AnchorX

anchorX

[JsonPropertyName("anchorX")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? AnchorX { get; set; }

Property Value

double?

AnchorY

anchorY

[JsonPropertyName("anchorY")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? AnchorY { get; set; }

Property Value

double?

AnchorZ

anchorZ

[JsonPropertyName("anchorZ")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? AnchorZ { get; set; }

Property Value

double?

BackendNodeId

backendNodeId

[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }

Property Value

long?

DrawsContent

drawsContent

[JsonPropertyName("drawsContent")]
public bool DrawsContent { get; set; }

Property Value

bool

Height

height

[JsonPropertyName("height")]
public double Height { get; set; }

Property Value

double

Invisible

invisible

[JsonPropertyName("invisible")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Invisible { get; set; }

Property Value

bool?

LayerId

layerId

[JsonPropertyName("layerId")]
public string LayerId { get; set; }

Property Value

string

OffsetX

offsetX

[JsonPropertyName("offsetX")]
public double OffsetX { get; set; }

Property Value

double

OffsetY

offsetY

[JsonPropertyName("offsetY")]
public double OffsetY { get; set; }

Property Value

double

PaintCount

paintCount

[JsonPropertyName("paintCount")]
public long PaintCount { get; set; }

Property Value

long

ParentLayerId

parentLayerId

[JsonPropertyName("parentLayerId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ParentLayerId { get; set; }

Property Value

string

ScrollRects

scrollRects

[JsonPropertyName("scrollRects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ScrollRect[] ScrollRects { get; set; }

Property Value

ScrollRect[]

StickyPositionConstraint

stickyPositionConstraint

[JsonPropertyName("stickyPositionConstraint")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StickyPositionConstraint StickyPositionConstraint { get; set; }

Property Value

StickyPositionConstraint

Transform

transform

[JsonPropertyName("transform")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double[] Transform { get; set; }

Property Value

double[]

Width

width

[JsonPropertyName("width")]
public double Width { get; set; }

Property Value

double