my code in PopupWinHelper : var img = new Image { BitmapEffect = new DropShadowBitmapEffect(), Stretch = Stretch.Fill, Source = new BitmapImage(new Uri("/WpfApplication1;component/images/PopupImage.png")) };
private void button1_Click(object sender, RoutedEventArgs e) { cuswin.PopupWinHelper.ShowPopUp(150,300,"asdad",new Thickness(20)); }
var img = new Image { BitmapEffect = new DropShadowBitmapEffect(), Stretch = Stretch.Fill, Source = new BitmapImage(new Uri("/images/PopupImage.png", UriKind.Relative)) };
/WpfApplication1;component/images/PopupImage.png
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)