Click or drag to resize

TouchPointLocationOnWidget 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.13.0
Syntax
C#
public Point LocationOnWidget { get; set; }

Property Value

Type: Point
The position relative to the bounds of the widget.

Implements

ITouchPointLocationOnWidget
Exceptions
ExceptionCondition
ArgumentNullExceptionThe LocationOnWidget can't be null.
See Also