I want to assign a tooltip to a System.Windows.Shape.Path.
While the tooltip pops up when I touch the outline of the path I get no tooltip when I am inside the filled part of the path.
Can I change this behavior in some way? My only idea was to add the path to an additional control like a canvas and assign the tooltip to the canvas. But that seems to be a lot of work.
Is there any other way?
EDIT: The path is and should be filled. The tooltip should popup on the path outline and on the filled area inside.