Version 130.1.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.InputAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public int? Twist { get; set; }
public:
property Nullable<int> Twist {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
NullableInt32See Also