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.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()