Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <DataTemplate x:Key="GridViewIconCellTemplate">
- <Image Source="{Binding StreamType, Converter={StaticResource EnumToImagePathConverter}}" Width="24" Height="24" />
- </DataTemplate>
- <DataTemplate x:Key="GridViewIconCellTemplate1">
- <Image Source="{Binding ChannelType, Converter={StaticResource EnumToImagePathConverter}}" Width="24" Height="24" />
- </DataTemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement