Background
vs. BackgroundColor
#17296
Unanswered
AndreasReitberger
asked this question in
General
Replies: 1 comment
-
Hi many bugs have been raised on the issues and in the end I think background is what is actually supported .it’s a messy story and I cannot find the link with explanation but in net 7 you could do same for button … believe fixed in net 8 |
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.
-
I have issues with the
Button
control that theBackgroundColor
is set to the bounded value.However when I use
Background
instead, it works.So I'm asking my self, what is the right approach to set the background color of a control at all?
Should I switch to
Background
or is just theBackgroundColor
property buggy?Thanks in advanced :)
P.S. I already checked the difference here:
https://stackoverflow.com/questions/74034216/net-maui-background-vs-backgroundcolor-what-is-the-difference
Beta Was this translation helpful? Give feedback.
All reactions