| TouchPointTangentialPressure Property  | 
Version 99.2.120 
            The normalized tangential pressure, which has a range of [-1,1] (default: 0).
            
 
    Namespace: 
   CefSharp.DevTools.Input
    Assembly:
   CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
 Syntax
Syntaxpublic double? TangentialPressure { get; set; }public:
property Nullable<double> TangentialPressure {
	Nullable<double> get ();
	void set (Nullable<double> value);
}Property Value
Type: 
NullableDouble See Also
See Also