Alternative of Colors.Accent in .NET8 Maui #21549
Unanswered
IXChinmayD
asked this question in
Q&A
Replies: 1 comment
-
you can use var accentColor = Color.FromArgb(255, 0, 120, 212); // Alpha (255 for fully opaque), Red, Green, Blue Replace |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the alternative for Colors.Accent from Xamarin Forms in MAUI .NET8?
Beta Was this translation helpful? Give feedback.
All reactions