Click or drag to resize

IBrowserTouch Property

Gets the ITouch instance that can be used for listening touch input events.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
ITouch Touch { get; }

Property Value

Type: ITouch
The ITouch instance associated with this IBrowser.
See Also