background color not working on image #3780
Labels
Area: Borders and Brushes
Area: Image
bug
Recommend: Not Planned
Recommend that issue should be given Not Planned milestone.
Milestone
It is related to the issue #3456 "ImageStyleProps borderRadius #3456". While the border properties are working after fix to #3456, background still does not work on Image. It is because we are using the Grid.Background brush to draw image already.
While initial attempt to solve the border and background issue together is to add a border element on top of the Image grid, it works almost all the cases except the broder does not intersect with the background, which is the currently behavior on Android and iOS. We may need something like :
Grid
Since I am not sure the priority of supporting background on image element, and it looks like the solution is going to be complicated (reparenting, transfer properties), I am leaving out the support for Background property for now and open this issue to track.
The text was updated successfully, but these errors were encountered: