Property HitTestRectangle
HitTestRectangle
Gets or sets the delegate used to obtain the rectangle that corresponds to a specified hit test result.
public SelectionAnchorActivity.HitTestRectangleDelegate? HitTestRectangle { get; set; }
Property Value
Remarks
If this property is null, the activity will not be able to resolve the hit-test rectangle for a given
hit test and related operations that depend on the rectangle will be skipped.