ClosestInteractiveBoundsRequestedEventArgs.SearchBounds 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 in which to search for interactive elements.
public:
property Rect SearchBounds { Rect get(); };
Rect SearchBounds();
public Rect SearchBounds { get; }
var rect = closestInteractiveBoundsRequestedEventArgs.searchBounds;
Public ReadOnly Property SearchBounds As Rect
Property Value
The bounding rectangle in which to search for interactive elements.