Property HitTestMouseDown
HitTestMouseDown
Gets the hit test result that was recorded when the last mouse-down event occurred.
public int HitTestMouseDown { get; }
Property Value
- int
The recorded hit test result from the mouse-down event, or
nullif no hit was recorded.