How to replicate background colour used in Microsoft Store item element

Apptacular Apps 386 Reputation points
2020-06-12T17:44:45.557+00:00

In the product page of the Microsoft Store I noticed a large view with a shadow underneath it containing information about an app. Does anyone know which theme resource is being used as the background colour for this object?

I think something like this is being used:

<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"/>  

9878-shadowedview.png

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Daniele 1,996 Reputation points
    2020-06-12T20:03:08.857+00:00

    If you want the same color you can use

    <Grid Background="#2E2E2E">
    

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.