maui
maui copied to clipboard
Invalidate Shapes BackgroundColor
Description of Change
Fix invalidating Shapes BackgroundColor.
| Android | Windows |
|---|---|
Issues Fixed
Fixes #18131
Will it be valuable to add another view - ellipse - to the test?
Sure thing added the Ellipse too.
We can set the background of Shapes with BackgroundColor, Background and Fill. In the case of the Rectangle, everything is applied to the background of the Shape equally. Fill > Background > BackgroundColor, Fill overwrites Background and if Background is used it overwrites BackgroundColor. With an Ellipse, setting Background or BackgroundColor applies to the Shape's background; but if BackgroundColor or Background is applied in combination with Fill, Fill will fill the Shape and BackgroundColor is applied to the background color of the View.