Property TouchPoints
- Namespace
 - DotNetBrowser.Input.Touch.Events
 
- Assembly
 - DotNetBrowser.dll
 
TouchPoints
Gets the list of all detected touch points.
public IReadOnlyList<ITouchPoint> TouchPoints { get; }
Property Value
- IReadOnlyList<ITouchPoint>
 The list of all detected touch points.