I have a Grid with the Background property set like this:
<Grid x:Name="PaginaMain" Background="#FFD39448">
I wanted to enter the color code through code behind, with c #. how can I do?
I tried it, but it is not the right way
PaginaMain.Background = # FFD39448;