ITouchPointForce Property  | 
 
                Gets the amount of pressure being applied to the surface.
            
 
    Namespace: 
   DotNetBrowser.Input.Touch.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.20.0
SyntaxNullable<float> Force { get; }Property Value
Type: 
NullableSingle
                A float value between 0.0 (no pressure) and 1.0 (maximum pressure) or null if not supported.
            
RemarksCan be null if force detection is not supported.
See Also