
The theme affects the colors of the app's background, text, icons, and common controls. Light themeīy default, your Windows app's theme is the user’s theme preference from Windows Settings or the device's default theme (i.e., dark on Xbox). However, you can set the theme for your Windows app. You can change themes by changing the RequestedTheme property in your App.xaml file. Removing the RequestedTheme property means that your application will use the user’s system settings. Users can also select the high contrast theme, which uses a small palette of contrasting colors that makes the interface easier to see. In that case, the system will override your RequestedTheme.

If you don't request a theme for your app, make sure to test your app in both light and dark themes to ensure that your app will be legible in all conditions. Theme brushesĬommon controls automatically use theme brushes to adjust contrast for light and dark themes.įor example, here's an illustration of how the AutoSuggestBox uses theme brushes:įor more information about how to use theme brushes in your app, see Theme Resources. #HOW TO CHANGE BACKGROUND COLOR IN EDITPAD LITE HOW TO# Accent colorĬommon controls use an accent color to convey state information. By default, the accent color is the SystemAccentColor that users select in their Settings. However, you can also customize your app's accent color to reflect your brand.
EDITPAD LITE 7 HOW TO CHANGE BACKGROUND COLOR FROM WHITE CODE
To change your app's accent color, place the following code in app.xaml.

#HOW TO CHANGE BACKGROUND COLOR IN EDITPAD LITE FULL#.

#HOW TO CHANGE BACKGROUND COLOR IN EDITPAD LITE PDF#.#HOW TO CHANGE BACKGROUND COLOR IN EDITPAD LITE HOW TO#.
