Table of Contents

Class TouchPoint

Namespace
OpenQA.Selenium.DevTools.V85.Input
Assembly
WebDriver.dll

TouchPoint

public sealed class TouchPoint
Inheritance
TouchPoint
Inherited Members

Properties

Force

force

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

Property Value

double?

Id

id

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

Property Value

double?

RadiusX

radiusX

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

Property Value

double?

RadiusY

radiusY

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

Property Value

double?

RotationAngle

rotationAngle

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

Property Value

double?

X

x

[JsonPropertyName("x")]
public double X { get; set; }

Property Value

double

Y

y

[JsonPropertyName("y")]
public double Y { get; set; }

Property Value

double