In This Article

HitTestResult Class

Represents base class for the result of a hit test operation.

public abstract class HitTestResult
Inheritance:
object object
Derived:
PointHitTestResult

Constructors

HitTestResult(IUIElement?)

Represents base class for the result of a hit test operation.

protected HitTestResult(IUIElement? element)
Parameter Type Description
element IUIElement

The IUIElement that was hit, if any.

Properties

Element

The IUIElement that was hit, if any.

public IUIElement? Element { get; }

Property Value

IUIElement

Inherited Members

Extension Methods