Write Following code on App.xaml.cs
namespace CustomRenderer; public partial class App : Application { public App() { InitializeComponent(); Application.Current.UserAppTheme = AppTheme.Light; MainPage = new AppShell(); } }
Learn .NET MAUI with step-by-step C# tutorials and ready-to-use code samples MVVM, SQLite, REST APIs, navigation, notifications and more for cross-platform apps.
No comments:
Post a Comment