When I in WPF use a Viewbox, is it possible to get the factors which the Viewbox uses for scaling it's content? Or maybe get a Scaletransform which behaves the same way?
Like when you using a Path and set it's Stretch Property, you can get the Transform which is used from the RenderedGeometry.Transform Property. Is something like this with the Viewbox also possible?