ClosestInteractiveBoundsRequestedEventArgs.ClosestInteractiveBounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.