Hi,
I was trying to use the Background Color property on the image component, but the Background parameter would render empty if I didn't set anything and would fully disappear if I tried to set a color.
I dug into the code and found that the validation to add the BackgroundColor parameter is wrong:
It's only adding the parameter if the BackgroundColor IsNullOrEmpty, which I believe it's the opposite of what we want.
Also, I believe the parameter is only 'Background', not 'BackgroundColor'
Regards