DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Input.Touch.Events
TouchPoint Class
TouchPoint Properties
Force Property
Id Property
LocationOnScreen Property
LocationOnWidget Property
TouchEllipse Property
TouchState Property
TouchPoint
LocationOnWidget Property
Gets or sets the position relative to the bounds of the widget.
Namespace:
DotNetBrowser.Input.Touch.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
Copy
public
Point
LocationOnWidget
{
get
;
set
; }
Property Value
Type:
Point
The position relative to the bounds of the widget.
Implements
ITouchPoint
LocationOnWidget
Exceptions
Exception
Condition
ArgumentNullException
The
LocationOnWidget
can't be null.
See Also
Reference
TouchPoint Class
DotNetBrowser.Input.Touch.Events Namespace
Copyright © 2024 TeamDev Ltd. All Rights Reserved.