Hi
In my SilverLight Application , I ve a UserControl
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="400" xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk" xmlns:toolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit" xmlns:my="clr-namespace:C1.Silverlight.Imaging;assembly=C1.Silverlight.Imaging" xmlns:my1="clr-namespace:MyUserControlApp">
I also have a ChildWindow named MyChildWindow.xaml which has a button and the above UserControl in it. On button click, i am making the usercontrol visible.
THe problem is , when the usercontrol goes visible, the image is blurred.
What can be the reson for this? Am i doing anything wrong in the UserControl XAML.
Replies
Know the answer? Post it — somebody with the same question will find it here.