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
1825
set Theme for XamTileManager Programmatically
posted
There is no theme property in XamTileManager now. the following does not work either.
  xtc.Resources.MergedDictionaries.Add(new ResourceDictionary() { Source = new Uri("Office2k7Black") });