Posted 6 June 2022, 8:40 am EST
Hi! I’m setting the Default Skin using sample code from the help topic located here:
So I have the following in my startup code and it’s working:
this.Spread.Resources.MergedDictionaries.Add(new ResourceDictionary() { Source = new Uri("/GrapeCity.WPF.SpreadSheet.UI;component/Themes/Office2016/generic.xaml", UriKind.RelativeOrAbsolute) });
But I would like to set a dark mode skin. Could you provide the name of the resource for that so I could use it? I couldn’t find one in any of the documentation.
Thank you! Nate