PointInspectionNode Property  | 
 
                Gets the node at the specified point.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntaxpublic 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