- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #211
Two recommendations:
- Don't define the color as constant here, but take a ThemeResource from colors (like few lines below: Color="{ThemeResource ButtonGradient1Color}"). Please check the colors.xaml (if not in BlueVision, then also check Default skin!), I think there is a color defined already. If not, add one like "ButtonFillColor")
- If you don't use a blue tone, but a semi transparent white, the color should fit both themes (due to combination with background color)