Hello All,
I have a problem in getting Actual height and Acual width of Image control in WPF. When user selects the image file. I want to resize the selected image based on the dimentions of the image control.
I tried to get the Image.ActualHeight and Image.ActualWidth when window initializes, but I found that both properties of Image control are '0'.
So how to get the Dimentions of the Image control.
Thank you, Harsha