Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Show Image in a tile.
posted

Actually I have 2 questions for the xamTileManager

1. how to set the Theme.

Dim MyTheme As New Theme
MyTheme = New Theme("Blue", CommonStrings.XW_ThemeSupport_Office2010BlueTheme, _

    New Uri("/Infragistics.Themes.Office2010BlueTheme;component/Office2010Blue.xamTileManager.xaml", UriKind.Relative))

ThemeResourceHelper.RemoveResourceDictionariesForControl(Me.Resources, "xamTileManager")

But it is still not shown in the correct Theme, it compiles and runs.

2. Displaying an Image as Contest. It just shows the filename. I cannot set it as the BackGround either

ps. I am really new the the WPF :-)

Parents Reply Children