-
I'm digging the controls, and some of them are nearly perfect. One thing that I'm struggling to figure out is how to change accent colors on controls, especially the Material Drawer control. Right now it's stuck on a hot pink that doesn't match colors anywhere else in my project. I've played around with the MaterialManager but all I can find are read only properties. Has anyone had any luck tweaking this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Below is an example of how to change the colors. https://github.com/Taiizor/ReaLTaiizor/blob/develop/demo/ReaLTaiizor.UI/ReaLTaiizor.UI/Form17.cs |
Beta Was this translation helpful? Give feedback.
Below is an example of how to change the colors.
To put it briefly, you can change the colors using the MaterialManager. However, the colors offered cannot be changed.
https://github.com/Taiizor/ReaLTaiizor/blob/develop/demo/ReaLTaiizor.UI/ReaLTaiizor.UI/Form17.cs