How to get a Canvas' width when auto sizing is set?
- by ThePower
Hi, I'm using silverlight and I have created a Canvas, it has Auto Width and Height. But I require the Actual Width and Height in code.
Is there a way I can do this? I don't want to use .Parent.Width, because the parents width may also be set to auto to replicate its parents height.
Thanks again
Lloyd