ClosestInteractiveBoundsRequestedEventArgs.ClosestInteractiveBounds Property

Definition

Gets or sets the bounding rectangle of the interactive element that is within the SearchBounds and closest to the PointerPosition.

public:
 property Rect ClosestInteractiveBounds { Rect get(); void set(Rect value); };
Rect ClosestInteractiveBounds();

void ClosestInteractiveBounds(Rect value);
public Rect ClosestInteractiveBounds { get; set; }
var rect = closestInteractiveBoundsRequestedEventArgs.closestInteractiveBounds;
closestInteractiveBoundsRequestedEventArgs.closestInteractiveBounds = rect;
Public Property ClosestInteractiveBounds As Rect

Property Value

The bounding rectangle of the interactive element that is within the SearchBounds and closest to the PointerPosition.

Applies to