Version 130.1.90
The plane angle between the Y-Z plane and the plane containing both the stylus axis and the Y axis, in degrees of the range [-90,90], a positive tiltX is to the right (default: 0)
Namespace: CefSharp.DevTools.InputAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public double? TiltX { get; set; }
public:
property Nullable<double> TiltX {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
NullableDoubleSee Also