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