Table of Contents

Property HitTestRectangle

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

SelectionAnchorActivity.HitTestRectangleDelegate

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.