The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
var mergedDictionaries = resources.MergedDictionaries;
var lightTheme = mergedDictionaries.OfType<LightTheme>().FirstOrDefault();
if (lightTheme != null)
{
mergedDictionaries.Remove(lightTheme);
}
mergedDictionaries.Add(new DarkTheme());
Regards,
Iyyappan M.
ANANSONJune 19, 2019 09:26 AM
Change theme can cover statusbar color as well?
RARachel A Syncfusion Team June 20, 2019 08:33 AM
Hi Boydens,
Greetings from Syncfusion. In the theming support provided for the Syncfusion controls, the status bar color will not be changed. Please find the below links for additional information.