[Enhancement] Hit Testing API for Element selection #1846
Labels
area-tooling
XAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, Debugging
partner/ui-tools
.NET UI Tools
partner
Issue or Request from a partner team
t/enhancement ☀️
New feature or request
Milestone
Summary
Given either a specific X,Y
point
or arect
, return a set of Elements that are visible at that point or points.In order to be able to do things like draw adorners on top of UI or show which element(s) are positioned at any given point a user clicks, we need an API that will, given a point or rect, return a list of possible matches.
The text was updated successfully, but these errors were encountered: