Does WPF provide a control that automatically transforms contained content to be visible?
I can compute things manually, but I'd rather work with existing Dependency Properties.
I'd like to add content to this hypothetical control, rotate the content, and have the parent perform additional transformation to make sure the entire content is visible.
(Similar to Smallest possible bounding box for a rotated image)