Open
Description
Which version of the app?
WinUI 3 Gallery
Description
Minor issue.
- In some occasions, it looks like the border of the ColorTile control and the child element(s) do not have the same CornerRadius, or a padding (?) that creates a border.
- In some occasions, it looks like 4px is used.
- In some (2) places,
CornerRadius="4"
is used. Not only is it hard-coded, it's also the incorrect value for these cases.
Screenshots
Note
A Grid with a CornerRadius (Style GalleryTileGridStyle
uses OverlayCornerRadius) does not clip the content. A Border does. That means we can envelope each Grid with a Border. the accompanying Style should then be set on the Border, in place of the Grid.
Issue is: GalleryTileGridStyle is used throughout the DesignGuidance and Accessibility pages.
Activity