Hello, in my application I am drawing selectable basic shapes like line ellipse rectangle inside a Canvas control. When user selects these control I want to display a draggable properties window showing different properties like color/width/size for that shape. This property window should move inside the Canvas when user drags the window. User can select multiple shapes and multiple properties windows can be visible,for,user.
How I can display a property window when user selects the control.