ITouchEventArgsTouchPoints Property  | 
 
                Gets the list of all detected touch points.
            
 
    Namespace: 
   DotNetBrowser.Input.Touch.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.7
SyntaxIReadOnlyList<ITouchPoint> TouchPoints { get; }Property Value
Type: 
IReadOnlyListITouchPointThe list of all detected touch points.
See Also