I'm using a simple horizontal Cover-Flow Theme. As usual it shows for each game the game cover and additionally the clear logo for each game.
How to change the code to show the "Platform Video" instead of the "Clear Logo"?
<!-- CLEAR LOGO -->
<Image Source="{Binding Path=ActiveGame.ClearLogoImagePath}" Grid.Column="1" Margin="20,20,20,20" RenderOptions.BitmapScalingMode="HighQuality" />