• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Color in ASP.NET MVC AppBar Control

This sample demonstrates the available types of color in the ASP.NET MVC AppBar component.
DEMO
SOURCE
Light

    Dark

      Primary

        Inherit

          In this demo, the available types of background color for ASP.NET MVC AppBar are showcased. The background and font colors can be set using the ColorMode property. The different types are light, dark, primary, and inherit.

          Light - The AppBar can be displayed with a light background.

          Dark - The AppBar can be displayed with a dark background.

          Primary - The AppBar can be displayed with primary colors.

          Inherit - The AppBar inherits the color from its parent element.


          On mobile devices, media query is used to display the AppBar in adaptive views. You can click the menu to see the hidden AppBar content.