Click or drag to resize

TouchPointTiltY Property

Version 88.2.90
The plane angle between the X-Z plane and the plane containing both the stylus axis and the X axis, in degrees of the range [-90,90], a positive tiltY is towards the user (default: 0).

Namespace:  CefSharp.DevTools.Input
Assembly:  CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax
public Nullable<int> TiltY { get; set; }

Property Value

Type: NullableInt32
See Also