Gets the amount of pressure being applied to the surface.
Namespace:
DotNetBrowser.Input.Touch.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public 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
ITouchPointForceRemarks Can be null if force detection is not supported.
See Also