I have used SetIsLegacyColorModeEnabled in C# as documented at https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/windows/legacy-color-mode
It compiles and runs, but regardless of whether I specify true or false for SetIsLegacyColorModeEnabled, the background color of the Editor (with IsEnabled = false) that I am using it for does not appear in the color that I have specified. It does look like it changes slightly, as if it is using the color I specified as a tint that is then applied on top of gray. If it is doing that, the change is so minor that I might just be imagining it...
Has anybody managed to get this to work using XF 3.4 ?
Answers
I haven't encounter this question, but I will try to test the question of you.