I founnd some strange behaviour with image control in wpf I have issue with image control. Image is rotated automatically. I want it to be shown as original.
<ImageEdit x:Name="root" Source="/Images/DSC_0100_VerticalOrigation.JPG" />
Can anyone help me with this.