wpf inkcanvas contains ink strokes and uielements , is it possible to activate uielement in ink mode ?
example assume i added a 'video control uielement' inside inkcanvas, now am in inkmode. what i want is when i draw using ink, it will draw. when i click on the area of video control, i want video control to be activated instead of drawing.
currently what i am doing is if i need to activate video control, i have to change inkmode to 'select', then i can play with the uielement. If i need to draw again i have to change its mode to ink.
Why can't i identify the area on which am start drawing i.e. plain area / uielement occupied area , if plain area then draw, if uielement area then select uielement instead of draw.