andrew4582

WPF Image Resource

Aug 16th, 2012
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. ((Image)App.Current.Resources["delImg"]).Source
  2. /*
  3. -- Add to app resources
  4. <Image x:Key="delImg" >
  5.     <Image.Source>
  6.         <BitmapImage UriSource="Images/delitem.gif"></BitmapImage>
  7.     </Image.Source>
  8. </Image> */
Advertisement
Add Comment
Please, Sign In to add comment