'Declaration Public Overloads Function HitTest( _ ByVal point As Windows.Foundation.Point _ ) As HitTestInfo
public HitTestInfo HitTest( Windows.Foundation.Point point )
Parameters
- point
- Windows.Foundation.Point, in control coordinates, that specifies the position to be tested.
Return Value
A HitTestInfo object that contains information about the grid at the location specified by the point parameter.