Click or drag to resize

TouchPoint.Twist Property

Version 108.4.130
The clockwise rotation of a pen stylus around its own major axis, in degrees in the range [0,359] (default: 0).

Namespace:  CefSharp.DevTools.Input
Assembly:  CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
public int? Twist { get; set; }

Property Value

Type: Nullable<Int32>
See Also