PointInspectionNode Property |
Gets the node at the specified point.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public INode Node { get; }
Property Value
Type:
INode
The node at the specified point or null if there
is no node at the point.
See Also