We are trying to implement the same Lasso behavior of InkCanvas
with Canvas
to select any UIElement
. We tried using (IncrementalLassoHitTester) mentioned in this
MSDN link, but it wasn't helpful because it selects strokes only.
Is there any way to achieve this goal?