shinra358 Posted July 5, 2016 Author Share Posted July 5, 2016 This is the wheel: <coverFlow:FlowControl x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Column="0" CoverFactory="{Binding CoverFactory}" ImageType="ClearLogo" In this line, it has 2 'phrases' that point to the clear logos: CoverFactory="{Binding CoverFactory}" ImageType="ClearLogo" So what is the 'code phrase pointer' that points to the steam banners instead? I've tried: <coverFlow:FlowControl x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Column="0" CoverFactory="{Binding CoverFactory}" ImageType="SteamBanner" But it didn't work. What should the binding name and/or the image type be to achieve this? I know I can do this by replacing the contents of the clear logo folder with the contents in the steam banner folder but that's too messy and it disorganizes things. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.