Table of Contents

Property Force

Namespace
DotNetBrowser.Input.Touch.Events
Assembly
DotNetBrowser.dll

Force

Gets the amount of pressure being applied to the surface.

public float? Force { get; set; }

Property Value

float?

A float value between 0.0 (no pressure) and 1.0 (maximum pressure) or null if not supported.

Remarks

Can be null if force detection is not supported.