I am using a WPF Popup with a custom placement. I know how to return mutiple CustomPopupPlacements from the callback. My problem is that I'd like to draw my popup differently based on which CustomPopupPlacement was used.
Based on which one is actually chosen ( due to position on screen, etc ), I want to draw my popup differently. See image
Is there a way to find out which CustomPopupPlacement was used?