Advertisement
prayzzz

Untitled

Jan 23rd, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.39 KB | None | 0 0
  1.     <DataTemplate x:Key="GridViewIconCellTemplate">
  2.         <Image Source="{Binding StreamType, Converter={StaticResource EnumToImagePathConverter}}" Width="24" Height="24" />
  3.     </DataTemplate>
  4.  
  5.  
  6.     <DataTemplate x:Key="GridViewIconCellTemplate1">
  7.         <Image Source="{Binding ChannelType, Converter={StaticResource EnumToImagePathConverter}}" Width="24" Height="24" />
  8.     </DataTemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement