Question

The images that my applications render on a WPF Canvas have widely varied dimensions. I prefer to scale/shift them so they precisely fit the current canvas, which may have been resized by the user.

How can I retrieve the canvas borders?

TIA

Was it helpful?

Solution

You need to look in the XAML and find the ancestor of your Canvas (maybe further up the ancestor chain). One of them contains the ActualWidth and ActualHeight

Your are welcome.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top