Version 88.2.90
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: 88.2.90.0 (88.2.90.0)
Syntax public Nullable<int> Twist { get; set; }
public:
property Nullable<int> Twist {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also